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 (1d54df)
by Alex
27:02
created
Controller/CRUDController.php 1 patch
Unused Use Statements   -16 removed lines patch added patch discarded remove patch
@@ -11,24 +11,8 @@
 block discarded – undo
11 11
 use Symfony\Component\HttpFoundation\File\Exception\FileException;
12 12
 use Symfony\Component\HttpFoundation\File\UploadedFile;
13 13
 use Symfony\Component\HttpFoundation\Request;
14
-use Doctrine\Common\Inflector\Inflector;
15
-use Psr\Log\LoggerInterface;
16
-use Psr\Log\NullLogger;
17
-use Sonata\AdminBundle\Admin\AdminInterface;
18
-use Sonata\AdminBundle\Datagrid\ProxyQueryInterface;
19
-use Sonata\AdminBundle\Exception\LockException;
20
-use Sonata\AdminBundle\Exception\ModelManagerException;
21
-use Sonata\AdminBundle\Util\AdminObjectAclData;
22
-use Sonata\AdminBundle\Util\AdminObjectAclManipulator;
23
-use Symfony\Component\DependencyInjection\ContainerInterface;
24
-use Symfony\Component\Form\FormView;
25
-use Symfony\Component\HttpFoundation\JsonResponse;
26
-use Symfony\Component\HttpFoundation\RedirectResponse;
27 14
 use Symfony\Component\HttpFoundation\Response;
28
-use Symfony\Component\HttpKernel\Exception\HttpException;
29
-use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
30 15
 use Symfony\Component\Security\Core\Exception\AccessDeniedException;
31
-use Symfony\Component\Security\Csrf\CsrfToken;
32 16
 
33 17
 class CRUDController extends Controller
34 18
 {
Please login to merge, or discard this patch.
Service/ImportService.php 1 patch
Unused Use Statements   -7 removed lines patch added patch discarded remove patch
@@ -5,21 +5,14 @@
 block discarded – undo
5 5
 use Port\Csv\CsvReader;
6 6
 use Port\Doctrine\DoctrineWriter;
7 7
 use Port\Excel\ExcelReader;
8
-use Port\Steps\Step\ValueConverterStep;
9 8
 use Port\Steps\StepAggregator;
10
-use Port\ValueConverter\DateTimeValueConverter;
11 9
 use Doctrine\ORM\EntityManagerInterface;
12
-use Sonata\DoctrineORMAdminBundle\Admin\FieldDescription;
13 10
 use Sonata\AdminBundle\Admin\AdminInterface;
14 11
 use Symfony\Component\DependencyInjection\ContainerInterface;
15 12
 use Symfony\Component\Form\Form;
16 13
 use Symfony\Component\Form\SubmitButton;
17 14
 use Symfony\Component\HttpFoundation\File\UploadedFile;
18 15
 use Symfony\Component\HttpFoundation\Session\SessionInterface;
19
-use Port\Steps\Step\ConverterStep;
20
-use AppBundle\Entity\Residence;
21
-use AppBundle\Entity\Family;
22
-use AppBUndle\Entity\Building;
23 16
 
24 17
 final class ImportService
25 18
 {
Please login to merge, or discard this patch.