@@ -4,8 +4,8 @@ |
||
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 |
@@ -4,9 +4,9 @@ |
||
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 | { |
@@ -4,9 +4,9 @@ |
||
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 | { |
@@ -4,8 +4,8 @@ |
||
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 | { |
@@ -4,8 +4,8 @@ |
||
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 | { |
@@ -4,8 +4,8 @@ |
||
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 | { |