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.
Passed
Branch master (b5410f)
by Rolf
09:26
created
DependencyInjection/Configuration.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 
19 19
 namespace JMS\TwigJsBundle\DependencyInjection;
20 20
 
21
-use Symfony\Component\Process\ExecutableFinder;
22 21
 use Symfony\Component\Config\Definition\Builder\TreeBuilder;
23 22
 use Symfony\Component\Config\Definition\ConfigurationInterface;
24 23
 
Please login to merge, or discard this patch.
Tests/TwigJs/Compiler/BaseTestCase.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
      */
19 19
     protected $compiler;
20 20
 
21
+    /**
22
+     * @param string $source
23
+     */
21 24
     protected function compile($source, $name = null)
22 25
     {
23 26
         return $this->env->compileSource($source, $name);
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace JMS\TwigJsBundle\Tests\TwigJs\Compiler;
4 4
 
5
-use JMS\TwigJsBundle\TwigJs\Compiler\TransFilterCompiler;
6 5
 use TwigJs\JsCompiler;
7
-use Symfony\Bundle\TwigBundle\Extension\AssetsExtension;
8 6
 
9 7
 abstract class BaseTestCase extends \PHPUnit_Framework_TestCase
10 8
 {
Please login to merge, or discard this patch.
Tests/TwigJs/Compiler/TransFilterCompilerTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,6 @@
 block discarded – undo
6 6
 use Symfony\Component\Translation\Translator;
7 7
 use Symfony\Bridge\Twig\Extension\TranslationExtension;
8 8
 use JMS\TwigJsBundle\TwigJs\Compiler\TransFilterCompiler;
9
-use Symfony\Component\Translation\MessageSelector;
10
-use Symfony\Component\Translation\IdentityTranslator;
11 9
 
12 10
 class TransFilterCompilerTest extends BaseTestCase
13 11
 {
Please login to merge, or discard this patch.