Passed
Push — master ( e52784...ad22ff )
by Anton
02:48
created
src/ResourceInterface.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Anton Tuyakhov <[email protected]>
4
- */
3
+     * @author Anton Tuyakhov <[email protected]>
4
+     */
5 5
 
6 6
 namespace tuyakhov\jsonapi;
7 7
 
Please login to merge, or discard this patch.
src/Serializer.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Anton Tuyakhov <[email protected]>
4
- */
3
+     * @author Anton Tuyakhov <[email protected]>
4
+     */
5 5
 
6 6
 namespace tuyakhov\jsonapi;
7 7
 
Please login to merge, or discard this patch.
src/JsonApiParser.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Anton Tuyakhov <[email protected]>
4
- */
3
+     * @author Anton Tuyakhov <[email protected]>
4
+     */
5 5
 
6 6
 namespace tuyakhov\jsonapi;
7 7
 
Please login to merge, or discard this patch.
src/ResourceIdentifierInterface.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Anton Tuyakhov <[email protected]>
4
- */
3
+     * @author Anton Tuyakhov <[email protected]>
4
+     */
5 5
 
6 6
 namespace tuyakhov\jsonapi;
7 7
 
Please login to merge, or discard this patch.