@@ -76,9 +76,9 @@ |
||
76 | 76 | public function testOrganiseArguments() |
77 | 77 | { |
78 | 78 | $this->functionMock->getParameters()->willReturn([ |
79 | - (object)['name' => 'scenarioBanana'], |
|
80 | - (object)['name' => 'gorilla'], |
|
81 | - (object)['name' => 'foo'], |
|
79 | + (object) ['name' => 'scenarioBanana'], |
|
80 | + (object) ['name' => 'gorilla'], |
|
81 | + (object) ['name' => 'foo'], |
|
82 | 82 | ])->shouldBeCalledTimes(1); |
83 | 83 | |
84 | 84 | $this->initializerMock->getStore()->willReturn($this->storeMock->reveal())->shouldBeCalledTimes(1); |