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 ( 0097ae...d93d91 )
by Андрей
02:02
created
src/DoctrineWorkflowStory.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -228,7 +228,7 @@  discard block
 block discarded – undo
228 228
      * @param string   $status
229 229
      * @param array    $previousIds
230 230
      *
231
-     * @return StepInterface|void
231
+     * @return integer
232 232
      *
233 233
      * @throws Exception\DoctrineRuntimeException
234 234
      * @throws \OldTown\Workflow\Spi\Doctrine\EntityRepository\Exception\RuntimeException
@@ -272,9 +272,9 @@  discard block
 block discarded – undo
272 272
     /**
273 273
      * @param int $entryId
274 274
      *
275
-     * @return \Doctrine\Common\Collections\ArrayCollection|Entity\StepInterface[]
275
+     * @return SplObjectStorage
276 276
      *
277
-     * @return StepInterface[]
277
+     * @return SplObjectStorage
278 278
      *
279 279
      * @throws Exception\DoctrineRuntimeException
280 280
      * @throws Exception\InvalidArgumentException
@@ -376,7 +376,7 @@  discard block
 block discarded – undo
376 376
      *
377 377
      * @param $entryId
378 378
      *
379
-     * @return \OldTown\Workflow\Spi\StepInterface[]|\Doctrine\ORM\PersistentCollection|void
379
+     * @return SplObjectStorage
380 380
      *
381 381
      * @throws \OldTown\Workflow\Spi\Doctrine\Exception\DoctrineRuntimeException
382 382
      * @throws Exception\InvalidArgumentException
@@ -434,7 +434,7 @@  discard block
 block discarded – undo
434 434
     /**
435 435
      * Получение сущности по ее псевдониму
436 436
      *
437
-     * @param $alias
437
+     * @param string $alias
438 438
      *
439 439
      * @return mixed
440 440
      *
Please login to merge, or discard this patch.
src/Entity/AbstractEntry.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
 
136 136
 
137 137
     /**
138
-     * @return ArrayCollection|StepInterface[]
138
+     * @return StepInterface
139 139
      */
140 140
     public function getSteps()
141 141
     {
Please login to merge, or discard this patch.