Completed
Push — master ( dc907f...fbb8d7 )
by John
38:09 queued 21:23
created
src/Tests/Functional/GenericDataApiTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
 
28 28
     public static function setUpBeforeClass()
29 29
     {
30
-        static::initSchemaManager(__DIR__ . '/PetStore/app/swagger/data.yml');
30
+        static::initSchemaManager(__DIR__.'/PetStore/app/swagger/data.yml');
31 31
     }
32 32
 
33 33
     /**
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
      */
66 66
     public function canFindByCriteria()
67 67
     {
68
-        $criteria     = [
68
+        $criteria = [
69 69
             (object)[
70 70
                 'fieldName' => 'x',
71 71
                 'operator'  => 'eq',
Please login to merge, or discard this patch.
src/DependencyInjection/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
             ->arrayNode('namespace')
38 38
             ->beforeNormalization()
39 39
             ->ifString()
40
-            ->then(function ($v) {
40
+            ->then(function($v) {
41 41
                 return [$v];
42 42
             })
43 43
             ->end()
Please login to merge, or discard this patch.