From 8df665610b0f4622fc1c11da90242429ee5e7038 Mon Sep 17 00:00:00 2001 From: bertrandgauthier Date: Fri, 6 Jan 2017 12:46:37 +0100 Subject: [PATCH 1/2] Small correction in examples --- examples/00-hello-world/graphql.php | 6 ++++-- examples/01-blog/graphql.php | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/00-hello-world/graphql.php b/examples/00-hello-world/graphql.php index 1d799c8f8..450089ea5 100644 --- a/examples/00-hello-world/graphql.php +++ b/examples/00-hello-world/graphql.php @@ -1,7 +1,9 @@ Date: Fri, 6 Jan 2017 12:50:21 +0100 Subject: [PATCH 2/2] Small correction in examples --- examples/01-blog/graphql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/01-blog/graphql.php b/examples/01-blog/graphql.php index 75a04776b..f5b5772e4 100644 --- a/examples/01-blog/graphql.php +++ b/examples/01-blog/graphql.php @@ -1,6 +1,6 @@