Completed
Push — develop ( 0f3258...cfcab8 )
by Narcotic
06:52
created
test/Util/JsonSerializerTest.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
- * test our jsonserializer extension
4
- */
3
+     * test our jsonserializer extension
4
+     */
5 5
 
6 6
 namespace Graviton\ImportExport\Tests\Command;
7 7
 
Please login to merge, or discard this patch.
src/Exception/UnknownFileTypeException.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
- * thrown when we get a json error
4
- */
3
+     * thrown when we get a json error
4
+     */
5 5
 
6 6
 namespace Graviton\ImportExport\Exception;
7 7
 
Please login to merge, or discard this patch.