Passed
Push — develope ( 243119...be8549 )
by Anatoliy
02:55
created
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.