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
Pull Request — master (#158)
by Bernardo Vieira da
12:24
created
Command/GearmanJobExecuteCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Symfony\Component\Console\Input\InputInterface;
19 19
 use Symfony\Component\Console\Input\InputOption;
20 20
 use Symfony\Component\Console\Output\OutputInterface;
21
-
22 21
 use Mmoreram\GearmanBundle\Command\Abstracts\AbstractGearmanCommand;
23 22
 use Mmoreram\GearmanBundle\Service\GearmanClient;
24 23
 use Mmoreram\GearmanBundle\Service\GearmanDescriber;
Please login to merge, or discard this patch.
Service/GearmanExecute.php 2 patches
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 
111 111
     /**
112 112
      * Toggles that work should be stopped, we only subscribe to SIGTERM and SIGHUP
113
-     * @param int $signno Signal number
113
+     * @param int $signo Signal number
114 114
      */
115 115
     public function handleSystemSignal($signo)
116 116
     {
@@ -413,7 +413,6 @@  discard block
 block discarded – undo
413 413
      * @see https://github.com/brianlmoon/GearmanManager/blob/ffc828dac2547aff76cb4962bb3fcc4f454ec8a2/GearmanPeclManager.php#L95-206
414 414
      *
415 415
      * @param \GearmanJob $job
416
-     * @param mixed $context
417 416
      *
418 417
      * @return mixed
419 418
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
19 19
 use Symfony\Component\DependencyInjection\ContainerInterface;
20 20
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
21
-
22 21
 use Mmoreram\GearmanBundle\Command\Util\GearmanOutputAwareInterface;
23 22
 use Mmoreram\GearmanBundle\Event\GearmanWorkExecutedEvent;
24 23
 use Mmoreram\GearmanBundle\Event\GearmanWorkStartingEvent;
Please login to merge, or discard this patch.