From e35adacbb4c9996e07776c3a2eef9150114c26d9 Mon Sep 17 00:00:00 2001 From: Andreas Heiberg Date: Sat, 11 Feb 2017 23:16:55 +0000 Subject: [PATCH] add php stubs for IDE support --- stubs/GraphQL/Error/ParseError.php | 5 +++++ stubs/GraphQL/Parser.php | 15 +++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 stubs/GraphQL/Error/ParseError.php create mode 100644 stubs/GraphQL/Parser.php diff --git a/stubs/GraphQL/Error/ParseError.php b/stubs/GraphQL/Error/ParseError.php new file mode 100644 index 0000000..3c57e48 --- /dev/null +++ b/stubs/GraphQL/Error/ParseError.php @@ -0,0 +1,5 @@ +