Completed
Push — 8.x-1.x ( 4e8d23...5d5d00 )
by Fabian
01:27
created
src/Tests/ReadonlyStorageTest.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -104,8 +104,7 @@
 block discarded – undo
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
   }
Please login to merge, or discard this patch.