@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Spiral Framework. |
|
4 | - * |
|
5 | - * @license MIT |
|
6 | - * @author Anton Titov (Wolfy-J) |
|
7 | - * @copyright �2009-2015 |
|
8 | - */ |
|
3 | + * Spiral Framework. |
|
4 | + * |
|
5 | + * @license MIT |
|
6 | + * @author Anton Titov (Wolfy-J) |
|
7 | + * @copyright �2009-2015 |
|
8 | + */ |
|
9 | 9 | namespace Spiral\ORM; |
10 | 10 | |
11 | 11 | use Spiral\Core\ConstructorInterface; |
@@ -136,8 +136,8 @@ |
||
136 | 136 | * |
137 | 137 | * @see Record::$indexes |
138 | 138 | */ |
139 | - const INDEX = 1000; //Default index type |
|
140 | - const UNIQUE = 2000; //Unique index definition |
|
139 | + const INDEX = 1000; //Default index type |
|
140 | + const UNIQUE = 2000; //Unique index definition |
|
141 | 141 | |
142 | 142 | /** |
143 | 143 | * Errors in relations and acessors. |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Spiral Framework. |
|
4 | - * |
|
5 | - * @license MIT |
|
6 | - * @author Anton Titov (Wolfy-J) |
|
7 | - */ |
|
3 | + * Spiral Framework. |
|
4 | + * |
|
5 | + * @license MIT |
|
6 | + * @author Anton Titov (Wolfy-J) |
|
7 | + */ |
|
8 | 8 | namespace Spiral; |
9 | 9 | |
10 | 10 | /** |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Spiral Framework, SpiralScout LLC. |
|
4 | - * |
|
5 | - * @package spiralFramework |
|
6 | - * @author Anton Titov (Wolfy-J) |
|
7 | - * @copyright ©2009-2011 |
|
8 | - */ |
|
3 | + * Spiral Framework, SpiralScout LLC. |
|
4 | + * |
|
5 | + * @package spiralFramework |
|
6 | + * @author Anton Titov (Wolfy-J) |
|
7 | + * @copyright ©2009-2011 |
|
8 | + */ |
|
9 | 9 | namespace Spiral\Storage; |
10 | 10 | |
11 | 11 | use Psr\Http\Message\StreamInterface; |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Spiral Framework. |
|
4 | - * |
|
5 | - * @license MIT |
|
6 | - * @author Anton Titov (Wolfy-J) |
|
7 | - */ |
|
3 | + * Spiral Framework. |
|
4 | + * |
|
5 | + * @license MIT |
|
6 | + * @author Anton Titov (Wolfy-J) |
|
7 | + */ |
|
8 | 8 | namespace Spiral\Tokenizer\Configs; |
9 | 9 | |
10 | 10 | use Spiral\Core\InjectableConfig; |
@@ -245,7 +245,7 @@ |
||
245 | 245 | |
246 | 246 | $source = preg_replace_callback( |
247 | 247 | $pattern['regexp'], |
248 | - function ($tag) use (&$replaces, $pattern) { |
|
248 | + function($tag) use (&$replaces, $pattern) { |
|
249 | 249 | $tag = $tag[0]; |
250 | 250 | |
251 | 251 | if ($key = array_search($tag, $replaces)) { |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Spiral Framework. |
|
4 | - * |
|
5 | - * @license MIT |
|
6 | - * @author Anton Titov (Wolfy-J) |
|
7 | - */ |
|
3 | + * Spiral Framework. |
|
4 | + * |
|
5 | + * @license MIT |
|
6 | + * @author Anton Titov (Wolfy-J) |
|
7 | + */ |
|
8 | 8 | namespace Spiral; |
9 | 9 | |
10 | 10 | /** |
@@ -881,7 +881,7 @@ |
||
881 | 881 | * Parse single result row to generate data tree. Must pass parsing to evert nested loader. |
882 | 882 | * |
883 | 883 | * @param array $row |
884 | - * @return bool |
|
884 | + * @return boolean|null |
|
885 | 885 | */ |
886 | 886 | private function parseRow(array $row) |
887 | 887 | { |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Spiral Framework. |
|
4 | - * |
|
5 | - * @license MIT |
|
6 | - * @author Anton Titov (Wolfy-J) |
|
7 | - */ |
|
3 | + * Spiral Framework. |
|
4 | + * |
|
5 | + * @license MIT |
|
6 | + * @author Anton Titov (Wolfy-J) |
|
7 | + */ |
|
8 | 8 | namespace Spiral; |
9 | 9 | |
10 | 10 | /** |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Spiral Framework. |
|
4 | - * |
|
5 | - * @license MIT |
|
6 | - * @author Anton Titov (Wolfy-J) |
|
7 | - */ |
|
3 | + * Spiral Framework. |
|
4 | + * |
|
5 | + * @license MIT |
|
6 | + * @author Anton Titov (Wolfy-J) |
|
7 | + */ |
|
8 | 8 | namespace Spiral; |
9 | 9 | |
10 | 10 | /** |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Spiral Framework. |
|
4 | - * |
|
5 | - * @license MIT |
|
6 | - * @author Anton Titov (Wolfy-J) |
|
7 | - */ |
|
3 | + * Spiral Framework. |
|
4 | + * |
|
5 | + * @license MIT |
|
6 | + * @author Anton Titov (Wolfy-J) |
|
7 | + */ |
|
8 | 8 | namespace Spiral; |
9 | 9 | |
10 | 10 | /** |