@@ -104,8 +104,7 @@ |
||
104 | 104 | try { |
105 | 105 | call_user_func_array([$storage, $method], $arguments); |
106 | 106 | $this->fail(); |
107 | - } |
|
108 | - catch (UnsupportedMethod $exception) { |
|
107 | + } catch (UnsupportedMethod $exception) { |
|
109 | 108 | $this->assertEquals(ReadOnlyStorage::class . '::' . $method . ' is not allowed on a ReadOnlyStorage', $exception->getMessage()); |
110 | 109 | } |
111 | 110 | } |