Simon Podlipsky
0d954b6ecc
Constrain PHPStan versions
2018-10-22 23:37:28 +02:00
Simon Podlipsky
644f97634b
Little fixes
2018-10-22 23:37:28 +02:00
Vladimir Razuvaev
6cce6742eb
Merge pull request #367 from simPod/phpstan-strict
...
Use PHPStan strict rules
2018-10-22 17:28:59 +02:00
David B. Nagle
e32bbb726d
Updated default field resolver code in documentation.
...
Updated code to match definition in GraphQL\Executor\Executor::defaultFieldResolver. Change is notable because previous version did not indicate that the closure receives the $info variable.
2018-10-10 20:05:21 -07:00
Vladimir Razuvaev
5fb970b3f1
Codestyle fix
2018-10-10 11:41:24 +02:00
Vladimir Razuvaev
0ea7ffa601
Node in UPGRADE.md about broken AST caches
2018-10-10 11:33:53 +02:00
Vladimir Razuvaev
4bc9dfc6f8
Reverted unneeded change in the defaultFieldResolver
2018-10-10 11:29:14 +02:00
Vladimir Razuvaev
c7fcd4eb48
Got rid of PHP_EOL usages (we never do or expect carriage returns)
2018-10-10 11:26:48 +02:00
Simon Podlipsky
90d0156291
Use PHPStan strict rules
...
Two rules excluded: missing type hints and empty() usage
2018-10-09 17:46:55 +02:00
Vladimir Razuvaev
0070cb4039
Merge pull request #366 from enumag/patch-1
...
Fix annotation
2018-10-09 16:18:36 +02:00
Jáchym Toušek
e4c743cf8c
Fix annotation
2018-10-09 14:46:41 +02:00
Torsten Blindert
e7de069bd5
FEATURE: SchemaExtender ( #362 )
...
FEATURE: SchemaExtender (#362 )
2018-10-08 15:55:20 +02:00
Gilles Maes
7ff3e9399f
Expand is_array check in defaultTypeResolver to allow for ArrayAccess… ( #361 )
...
Expand is_array check in defaultTypeResolver to allow for ArrayAccess objects as well
2018-10-08 15:53:07 +02:00
Vladimir Razuvaev
1417a43697
Merge pull request #363 from simPod/bump-cs
...
Bump cs
2018-10-05 12:04:42 +02:00
Simon Podlipsky
dd4a5076f6
Fix CS in src/Validator
2018-10-05 10:47:58 +02:00
Simon Podlipsky
e664c4455e
Fix CS in src/Utils
2018-10-05 10:47:58 +02:00
Simon Podlipsky
18a5639cb7
Fix CS in src/Type
2018-10-05 10:47:57 +02:00
Simon Podlipsky
7ba98ce773
Fix CS in src/Server
2018-10-05 10:47:57 +02:00
Simon Podlipsky
a95d2ad140
Fix CS in src/Language
2018-10-05 10:47:57 +02:00
Simon Podlipsky
bfebcd7bee
Fix CS in src/Executor
2018-10-05 10:47:57 +02:00
Simon Podlipsky
0063bd6c15
Fix CS in src/Error
2018-10-05 10:47:57 +02:00
Simon Podlipsky
73e75b6314
Fix CS in src
2018-10-05 10:47:57 +02:00
Simon Podlipsky
07c070d795
Fix CS in tests
2018-10-05 10:47:57 +02:00
Simon Podlipsky
af31ca7ad8
Bump Doctrine CS to v5
2018-10-05 10:24:10 +02:00
Vladimir Razuvaev
849c15dbf8
Merge pull request #354 from simPod/self
...
Use self:: in tests where appropriate
2018-10-02 15:12:05 +02:00
Vladimir Razuvaev
84f13650a2
Merge pull request #358 from simPod/php-bench
...
PHPBench
2018-10-02 15:11:50 +02:00
Vladimir Razuvaev
aed406eade
Merge pull request #360 from bytorsten/expand-extension
...
Add missing extensionASTNodes
2018-10-02 15:08:26 +02:00
Torsten Blindert
5f5c7d89be
TASK: Code style #4
2018-10-02 09:58:44 +02:00
Torsten Blindert
5a1caf0549
TASK: Code style #2
2018-10-02 09:34:29 +02:00
Torsten Blindert
a3d050ff6b
TASK: Code style
2018-10-02 09:09:12 +02:00
Torsten Blindert
0262f59a3f
BUGFIX: Directives args have to be FieldArguments, not FieldDefinitions
2018-10-01 20:28:05 +02:00
Torsten Blindert
b65aa4e657
TASK: Change KnownDirectives rule to match reference
...
https://github.com/graphql/graphql-js/blob/master/src/validation/rules/KnownDirectives.js
2018-10-01 19:48:56 +02:00
Torsten Blindert
b1cd086177
TASK: Allow Schema extensions
2018-10-01 19:46:36 +02:00
Torsten Blindert
0c33cfa88f
TASK: Allow UnionType extensions
2018-10-01 19:45:48 +02:00
Torsten Blindert
1dc2b939cb
TASK: Allow ScalarType extensions
2018-10-01 19:45:36 +02:00
Torsten Blindert
b0ee36feb4
TASK: Allow InputObjectType extensions
2018-10-01 19:45:20 +02:00
Torsten Blindert
1d15ae7f3e
TASK: Allow EnumType extensions
2018-10-01 19:44:55 +02:00
Simon Podlipsky
68bfde953d
PHPBench
2018-09-26 11:18:14 +02:00
Simon Podlipsky
c4e06ba528
Use self:: in tests where appropriate
2018-09-19 20:50:32 +02:00
Vladimir Razuvaev
4d4282b60f
Merge pull request #351 from simPod/fix-typo
...
Fix typo and cleanup
2018-09-10 14:21:33 +07:00
Simon Podlipsky
450a1932e5
Fix typo and cleanup
2018-09-09 17:32:53 +02:00
Vladimir Razuvaev
6bdead3fe3
Merge pull request #337 from spawnia/patch-1
...
Add Debug::RETHROW_UNSAFE_EXCEPTIONS flag
2018-09-06 12:09:05 +07:00
Vladimir Razuvaev
85f4c774a6
Merge pull request #349 from simPod/improve-stan-config
...
Improve PHPStan Configuration
2018-09-06 12:08:06 +07:00
Simon Podlipsky
e2e6d70ea8
Improve PHPStan Configuration
2018-09-05 00:09:22 +02:00
spawnia
0ddb7519bb
More coding style -.-
...
Can this be done automatically?
2018-09-03 22:46:14 +02:00
spawnia
1ec4927f69
Add namespace to class
2018-09-03 22:13:05 +02:00
spawnia
c4fe304efe
Fix coding style
2018-09-03 21:43:02 +02:00
Benedikt Franke
e7513e356a
Merge branch 'master' into patch-1
2018-09-03 21:25:36 +02:00
spawnia
326e0b4719
Add Debug::RETHROW_UNSAFE_EXCEPTIONS flag
...
This allows for a more granular default for which Exceptions are thrown, taking
the settings made through the ClientAware interface into account.
- Add docs
- Add a test case
- Differentiate clearly from other test
2018-09-03 21:18:04 +02:00
Vladimir Razuvaev
86503e2e35
Merge pull request #333 from mcg-web/static_analysis
...
Static analysis
2018-09-02 23:53:29 +07:00