Completed
Push — master ( b83ded...2ca72d )
by Guillaume
03:03
created
src/Operation/Add.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 namespace gamringer\JSONPatch\Operation;
5 5
 
6 6
 use gamringer\JSONPatch\Operation;
7
-use gamringer\JSONPointer\Pointer;
8 7
 use gamringer\JSONPointer;
8
+use gamringer\JSONPointer\Pointer;
9 9
 use gamringer\JSONPointer\VoidValue;
10 10
 
11 11
 class Add extends Operation implements Atomic
Please login to merge, or discard this patch.
src/Operation/Copy.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 namespace gamringer\JSONPatch\Operation;
5 5
 
6 6
 use gamringer\JSONPatch\Operation;
7
+use gamringer\JSONPointer;
7 8
 use gamringer\JSONPointer\Pointer;
8 9
 use gamringer\JSONPointer\VoidValue;
9
-use gamringer\JSONPointer;
10 10
 
11 11
 class Copy extends Operation implements Atomic
12 12
 {
Please login to merge, or discard this patch.
src/Operation/Move.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@
 block discarded – undo
4 4
 namespace gamringer\JSONPatch\Operation;
5 5
 
6 6
 use gamringer\JSONPatch\Operation;
7
+use gamringer\JSONPointer;
7 8
 use gamringer\JSONPointer\Pointer;
8 9
 use gamringer\JSONPointer\VoidValue;
9
-use gamringer\JSONPointer;
10 10
 
11 11
 class Move extends Operation implements Atomic
12 12
 {
Please login to merge, or discard this patch.
src/Operation/Remove.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 namespace gamringer\JSONPatch\Operation;
5 5
 
6 6
 use gamringer\JSONPatch\Operation;
7
-use gamringer\JSONPointer\Pointer;
8 7
 use gamringer\JSONPointer;
8
+use gamringer\JSONPointer\Pointer;
9 9
 
10 10
 class Remove extends Operation implements Atomic
11 11
 {
Please login to merge, or discard this patch.
src/Operation/Replace.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 namespace gamringer\JSONPatch\Operation;
5 5
 
6 6
 use gamringer\JSONPatch\Operation;
7
-use gamringer\JSONPointer\Pointer;
8 7
 use gamringer\JSONPointer;
8
+use gamringer\JSONPointer\Pointer;
9 9
 
10 10
 class Replace extends Operation implements Atomic
11 11
 {
Please login to merge, or discard this patch.
src/Operation/Test.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 namespace gamringer\JSONPatch\Operation;
5 5
 
6 6
 use gamringer\JSONPatch\Operation;
7
-use gamringer\JSONPointer\Pointer;
8 7
 use gamringer\JSONPointer;
8
+use gamringer\JSONPointer\Pointer;
9 9
 
10 10
 class Test extends Operation implements Atomic
11 11
 {
Please login to merge, or discard this patch.