Passed
Push — master ( 5d2545...41c2bc )
by
unknown
18:45 queued 08:37
created
src/Loaders/RawEntityLoader.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,8 +86,8 @@
 block discarded – undo
86 86
             // load the columns from the metadata
87 87
             $columns = array_filter(
88 88
                 $columnMetadataLoader->load($entityType),
89
-                function ($value) {
90
-                    return $value['Key'] !== 'PRI' && $value['Null'] === 'NO' ;
89
+                function($value) {
90
+                    return $value['Key'] !== 'PRI' && $value['Null'] === 'NO';
91 91
                 }
92 92
             );
93 93
             // initialize the raw entities and their default values, if available
Please login to merge, or discard this patch.
RoboFile.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
     {
123 123
         // prepare the patterns for the files that has to be ignored
124 124
         $ignore = array(
125
-            $this->properties['src.dir'].'/Utils',
125
+            $this->properties['src.dir'] . '/Utils',
126 126
         );
127 127
 
128 128
         // run the copy past detector
Please login to merge, or discard this patch.