@@ -45,7 +45,7 @@ discard block |
||
45 | 45 | $properties = $fixture->getSpecs()->getProperties(); |
46 | 46 | /** @var Property $property */ |
47 | 47 | foreach ($properties->getIterator() as $property) { |
48 | - $spec[ $property->getName() ] = $property->getValue(); |
|
48 | + $spec[$property->getName()] = $property->getValue(); |
|
49 | 49 | } |
50 | 50 | |
51 | 51 | $cache[] = array($spec, $this->objects[$fixture->getId()]); |
@@ -62,7 +62,7 @@ discard block |
||
62 | 62 | |
63 | 63 | public function load($filename) |
64 | 64 | { |
65 | - if ( ! is_array($filename)) { |
|
65 | + if (!is_array($filename)) { |
|
66 | 66 | $filename = array($filename); |
67 | 67 | } |
68 | 68 | $this->objects = $this->loader->loadFiles($filename)->getObjects(); |