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
Branch master (6066ec)
by Bruno
10:29
created
lib/ExcelBundle/Factory/CompatibilityFactory.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,6 @@
 block discarded – undo
65 65
      * Create a writer given the PHPExcelObject and the type,
66 66
      *   the type could be one of PHPExcel_IOFactory::$_autoResolveClasses
67 67
      *
68
-     * @param Spreadsheet $phpExcelObject
69 68
      * @param string $type
70 69
      *
71 70
      *
Please login to merge, or discard this patch.
lib/ExcelBundle/Factory/ExcelFactory.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,6 @@
 block discarded – undo
77 77
      * Create a writer given the PHPExcelObject and the type,
78 78
      *   the type could be one of PHPExcel_IOFactory::$_autoResolveClasses
79 79
      *
80
-     * @param Spreadsheet $phpExcelObject
81 80
      * @param string $type
82 81
      *
83 82
      * @return IWriter
Please login to merge, or discard this patch.
tests/app/Controller/FakeController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace  Onurb\Bundle\ExcelBundle\Controller;
4 4
 
5 5
 use Onurb\Bundle\ExcelBundle\Factory\ExcelFactory;
6
-use PhpOffice\PhpSpreadsheet\Reader\IReader;
7 6
 use PhpOffice\PhpSpreadsheet\Spreadsheet;
8
-use PhpOffice\PhpSpreadsheet\Writer\IWriter;
9 7
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
10 8
 use Symfony\Component\HttpFoundation\Response;
11 9
 use Symfony\Component\HttpFoundation\StreamedResponse;
Please login to merge, or discard this patch.