Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Completed
Pull Request — master (#35)
by Jérémiah
13:24
created
DependencyInjection/TypesConfiguration.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -121,6 +121,9 @@
 block discarded – undo
121 121
         return $node;
122 122
     }
123 123
 
124
+    /**
125
+     * @param string $name
126
+     */
124 127
     private function addFieldsSelection($name, $enabledBuilder = true)
125 128
     {
126 129
         $builder = new TreeBuilder();
Please login to merge, or discard this patch.
Tests/DIContainerMockTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -13,6 +13,9 @@
 block discarded – undo
13 13
 
14 14
 trait DIContainerMockTrait
15 15
 {
16
+    /**
17
+     * @return null|\Symfony\Component\DependencyInjection\ContainerInterface
18
+     */
16 19
     private function getDIContainerMock(array $services = [], array $parameters = [])
17 20
     {
18 21
         $container = $this->getMock('Symfony\\Component\\DependencyInjection\\Container', ['get', 'getParameter', 'has']);
Please login to merge, or discard this patch.
Resolver/Config/FieldsConfigSolution.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -149,6 +149,9 @@
 block discarded – undo
149 149
         return $treatedOptions;
150 150
     }
151 151
 
152
+    /**
153
+     * @param callable $expression
154
+     */
152 155
     private function resolveAccessAndWrapResolveCallback($expression, callable $resolveCallback = null)
153 156
     {
154 157
         return function () use ($expression, $resolveCallback) {
Please login to merge, or discard this patch.
Request/Executor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace Overblog\GraphQLBundle\Request;
13 13
 
14 14
 use GraphQL\GraphQL;
15
-use GraphQL\Language\Source;
16 15
 use GraphQL\Schema;
17 16
 use GraphQL\Validator\DocumentValidator;
18 17
 use GraphQL\Validator\Rules\QueryComplexity;
Please login to merge, or discard this patch.