Completed
Push — master ( ab60cd...6758af )
by Ivannis Suárez
05:44
created
Tests/Units/AbstractStorageTests.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
             ->then()
31 31
                 ->boolean($this->invoke($this->testedInstance)->validateKey(''))->isTrue()
32 32
                 ->exception(
33
-                    function () {
33
+                    function() {
34 34
                         $this->invoke($this->testedInstance)->validateKey(new \stdClass());
35 35
                     }
36 36
                 )->isInstanceOf(InvalidKeyException::class)
Please login to merge, or discard this patch.