@@ -27,7 +27,7 @@ discard block |
||
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 |
||
65 | 65 | */ |
66 | 66 | public function canFindByCriteria() |
67 | 67 | { |
68 | - $criteria = [ |
|
68 | + $criteria = [ |
|
69 | 69 | (object)[ |
70 | 70 | 'fieldName' => 'x', |
71 | 71 | 'operator' => 'eq', |
@@ -37,7 +37,7 @@ |
||
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() |