|
@@ -8,6 +8,9 @@ discard block |
|
|
block discarded – undo |
|
8
|
8
|
|
|
9
|
9
|
namespace ptlis\SerializedDataEditor\Parser; |
|
10
|
10
|
|
|
|
11
|
+use ptlis\SerializedDataEditor\TypeFragment\ArrayElementIntegerIndex; |
|
|
12
|
+use ptlis\SerializedDataEditor\TypeFragment\ArrayElementStringIndex; |
|
|
13
|
+use ptlis\SerializedDataEditor\TypeFragment\ObjectProperty; |
|
11
|
14
|
use ptlis\SerializedDataEditor\Type\ArrayType; |
|
12
|
15
|
use ptlis\SerializedDataEditor\Type\BoolType; |
|
13
|
16
|
use ptlis\SerializedDataEditor\Type\FloatType; |
|
@@ -18,9 +21,6 @@ discard block |
|
|
block discarded – undo |
|
18
|
21
|
use ptlis\SerializedDataEditor\Type\ReferenceType; |
|
19
|
22
|
use ptlis\SerializedDataEditor\Type\StringType; |
|
20
|
23
|
use ptlis\SerializedDataEditor\Type\Type; |
|
21
|
|
-use ptlis\SerializedDataEditor\TypeFragment\ArrayElementIntegerIndex; |
|
22
|
|
-use ptlis\SerializedDataEditor\TypeFragment\ArrayElementStringIndex; |
|
23
|
|
-use ptlis\SerializedDataEditor\TypeFragment\ObjectProperty; |
|
24
|
24
|
|
|
25
|
25
|
final class Parser |
|
26
|
26
|
{ |
Please login to merge, or discard this patch.