Completed
Push — master ( 881379...ea1e82 )
by Anatoliy
09:32 queued 04:33
created
Category
tests/Mock/Type/ObjectTypeMock.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * Created by PhpStorm.
5 5
  * User: danchukas
@@ -28,7 +28,7 @@  discard block
 block discarded – undo
28 28
             "anonymous class" => new class
29 29
             {
30 30
             }
31
-            , "anonymous function" => function () {
31
+            , "anonymous function" => function() {
32 32
             }
33 33
             , "minimal items" => new \stdClass
34 34
             , "usual" => new \Exception
Please login to merge, or discard this patch.