Passed
Push — master ( 1f14be...c03827 )
by Radu
02:21
created
src/WebServCo/Api/JsonApi/Document.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -27,17 +27,17 @@  discard block
 block discarded – undo
27 27
     protected array $jsonapi;
28 28
 
29 29
     /**
30
-    * Data.
31
-    *
32
-    * @var array<int,\WebServCo\Api\JsonApi\Interfaces\ResourceObjectInterface>
33
-    */
30
+     * Data.
31
+     *
32
+     * @var array<int,\WebServCo\Api\JsonApi\Interfaces\ResourceObjectInterface>
33
+     */
34 34
     protected array $data;
35 35
 
36 36
     /**
37
-    * Errors.
38
-    *
39
-    * @var array<int,\WebServCo\Api\JsonApi\Error>
40
-    */
37
+     * Errors.
38
+     *
39
+     * @var array<int,\WebServCo\Api\JsonApi\Error>
40
+     */
41 41
     protected array $errors;
42 42
 
43 43
     protected int $statusCode;
@@ -76,8 +76,8 @@  discard block
 block discarded – undo
76 76
     }
77 77
 
78 78
     /**
79
-    * @return array<string,mixed>
80
-    */
79
+     * @return array<string,mixed>
80
+     */
81 81
     public function toArray(): array
82 82
     {
83 83
         $array = [
Please login to merge, or discard this patch.