GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( 23c909...c11e1b )
by Jonny
03:35
created
src/JonnyW/PhantomJs/Tests/Unit/Procedure/ProcedureLoaderTest.php 1 patch
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -181,9 +181,6 @@  discard block
 block discarded – undo
181 181
      * Get procedure factory instance.
182 182
      *
183 183
      * @access protected
184
-     * @param  \JonnyW\PhantomJs\Parser\ParserInterface             $parser
185
-     * @param  \JonnyW\PhantomJs\Cache\CacheInterface               $cacheHandler
186
-     * @param  \JonnyW\PhantomJs\Template\TemplateRendererInterface $renderer
187 184
      * @return \JonnyW\PhantomJs\Procedure\ProcedureFactory
188 185
      */
189 186
     protected function getProcedureFactory()
@@ -323,7 +320,7 @@  discard block
 block discarded – undo
323 320
      * Write procedure body to file.
324 321
      *
325 322
      * @access public
326
-     * @param  string $data
323
+     * @param string $procedure
327 324
      * @return string
328 325
      */
329 326
     public function writeProcedure($procedure)
Please login to merge, or discard this patch.