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

Passed
Pull Request — master (#254)
by Jérémiah
09:17
created
Relay/Connection/Paginator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
      * @param int|callable $total
91 91
      * @param array        $callableArgs
92 92
      *
93
-     * @return Connection|object A connection or a promise
93
+     * @return Connection A connection or a promise
94 94
      */
95 95
     public function auto($args, $total, $callableArgs = [])
96 96
     {
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
     }
132 132
 
133 133
     /**
134
-     * @param Argument|array $args
134
+     * @param Argument $args
135 135
      *
136 136
      * @return Argument
137 137
      */
Please login to merge, or discard this patch.
Tests/Config/Parser/GraphQLParserTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -59,6 +59,9 @@
 block discarded – undo
59 59
         GraphQLParser::parse(new \SplFileInfo(__DIR__.'/fixtures/graphql/not-supported-scalar-definition.graphql'), $this->containerBuilder);
60 60
     }
61 61
 
62
+    /**
63
+     * @param string $fileName
64
+     */
62 65
     private function assertContainerAddFileToRessources($fileName)
63 66
     {
64 67
         $this->containerBuilder->expects($this->once())
Please login to merge, or discard this patch.
Tests/Request/ExecutorTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -80,6 +80,9 @@
 block discarded – undo
80 80
         (new RequestExecutor(new Executor(), $this->dispatcher))->getSchema('fake');
81 81
     }
82 82
 
83
+    /**
84
+     * @return \Overblog\GraphQLBundle\Executor\ExecutorInterface
85
+     */
83 86
     private function createExecutorExecuteMock($returnValue)
84 87
     {
85 88
         $mock = $this->getMockBuilder(Executor::class)
Please login to merge, or discard this patch.