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
Push — feature/2.2/provide_field_usab... ( 968349...01a28f )
by Simone
02:37
created
src/Mado/QueryBundle/Component/Sherlock/CurrentMetaData.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
 
32 32
     public function justEntitiesMetadata() : array
33 33
     {
34
-        return array_map(function ($item) {
34
+        return array_map(function($item) {
35 35
             return $item->rootEntityName;
36 36
         }, $this->metadata);
37 37
     }
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
     {
41 41
         $this->currentMetadata = $this->manager->getClassMetadata($entityClass);
42 42
 
43
-        return array_map(function ($item) {
43
+        return array_map(function($item) {
44 44
             return Dictionary::getOperatorsFromDoctrineType($item['type']);
45 45
         }, $this->currentMetadata->fieldMappings);
46 46
     }
Please login to merge, or discard this patch.