Completed
Push — master ( d7422c...fc7de8 )
by Андрей
01:57
created
src/Config/PropertySetConfig.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
 
98 98
 
99 99
             $flagHasArgs = array_key_exists('args', $data) && is_array($data['args']);
100
-            $this->propertySetArgs[$name] = $flagHasArgs  ? $data['args'] : [];
100
+            $this->propertySetArgs[$name] = $flagHasArgs ? $data['args'] : [];
101 101
         }
102 102
 
103 103
 
Please login to merge, or discard this patch.
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/old-town/old-town-propertyset
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/old-town-propertyset
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\PropertySet\Config;
7 7
 
8 8
 use OldTown\PropertySet\Providers\Memory\MemoryPropertySet;
Please login to merge, or discard this patch.
src/PropertySetSchema.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/old-town/old-town-propertyset
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/old-town-propertyset
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\PropertySet\Config;
7 7
 
8 8
 use OldTown\PropertySet\Providers\Memory\MemoryPropertySet;
Please login to merge, or discard this patch.
src/Providers/Memory/MemoryPropertySet.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/old-town/old-town-propertyset
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/old-town-propertyset
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\PropertySet\Config;
7 7
 
8 8
 use OldTown\PropertySet\Providers\Memory\MemoryPropertySet;
Please login to merge, or discard this patch.
src/Providers/Memory/ValueEntry.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/old-town/old-town-propertyset
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/old-town-propertyset
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\PropertySet\Config;
7 7
 
8 8
 use OldTown\PropertySet\Providers\Memory\MemoryPropertySet;
Please login to merge, or discard this patch.
src/Verifiers/PropertyVerifierInterface.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link    https://github.com/old-town/old-town-propertyset
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link    https://github.com/old-town/old-town-propertyset
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\PropertySet\Verifiers;
7 7
 
8 8
 use OldTown\PropertySet\Verifiers\Exception\VerifyException;
Please login to merge, or discard this patch.
src/Verifiers/Exception/VerifyException.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/old-town/old-town-propertyset
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/old-town-propertyset
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\PropertySet\Config;
7 7
 
8 8
 use OldTown\PropertySet\Providers\Memory\MemoryPropertySet;
Please login to merge, or discard this patch.
src/Exception/ExceptionInterface.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/old-town/old-town-propertyset
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/old-town-propertyset
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\PropertySet\Config;
7 7
 
8 8
 use OldTown\PropertySet\Providers\Memory\MemoryPropertySet;
Please login to merge, or discard this patch.
src/Exception/DuplicatePropertyKeyException.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/old-town/old-town-propertyset
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/old-town-propertyset
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\PropertySet\Config;
7 7
 
8 8
 use OldTown\PropertySet\Providers\Memory\MemoryPropertySet;
Please login to merge, or discard this patch.
src/PropertySchema.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link https://github.com/old-town/old-town-propertyset
4
- * @author  Malofeykin Andrey  <[email protected]>
5
- */
3
+     * @link https://github.com/old-town/old-town-propertyset
4
+     * @author  Malofeykin Andrey  <[email protected]>
5
+     */
6 6
 namespace OldTown\PropertySet\Config;
7 7
 
8 8
 use OldTown\PropertySet\Providers\Memory\MemoryPropertySet;
Please login to merge, or discard this patch.