@@ -1,9 +1,9 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Configuration of StorageManager components with it's servers and containers. |
|
4 | - * - list of servers with their adapter class and options to associated with buckets |
|
5 | - * - list of buckets with their server id, prefix value and adapter specific options |
|
6 | - */ |
|
3 | + * Configuration of StorageManager components with it's servers and containers. |
|
4 | + * - list of servers with their adapter class and options to associated with buckets |
|
5 | + * - list of buckets with their server id, prefix value and adapter specific options |
|
6 | + */ |
|
7 | 7 | use Spiral\Storage\Servers; |
8 | 8 | |
9 | 9 | return [ |
@@ -1,8 +1,8 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Spiral tokenizer component configuration, includes only black and white listed directories to |
|
4 | - * be indexed. |
|
5 | - */ |
|
3 | + * Spiral tokenizer component configuration, includes only black and white listed directories to |
|
4 | + * be indexed. |
|
5 | + */ |
|
6 | 6 | return [ |
7 | 7 | 'directories' => [ |
8 | 8 | 'classes' |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Translator component options. |
|
4 | - * - default language to be used |
|
5 | - * - bundle name to store plural phrases |
|
6 | - * - language options, including bundle storage directory (memory location) and pluralizer class |
|
7 | - */ |
|
3 | + * Translator component options. |
|
4 | + * - default language to be used |
|
5 | + * - bundle name to store plural phrases |
|
6 | + * - language options, including bundle storage directory (memory location) and pluralizer class |
|
7 | + */ |
|
8 | 8 | use Spiral\Translator\Pluralizers; |
9 | 9 | |
10 | 10 | return [ |
@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Validation configuration includes: |
|
4 | - * - set of empty conditions, you must include at least one condition like that into field |
|
5 | - * validation to ensure that field value will be set |
|
6 | - * - validation checker classes |
|
7 | - * - validation rule aliases for convenience |
|
8 | - */ |
|
3 | + * Validation configuration includes: |
|
4 | + * - set of empty conditions, you must include at least one condition like that into field |
|
5 | + * validation to ensure that field value will be set |
|
6 | + * - validation checker classes |
|
7 | + * - validation rule aliases for convenience |
|
8 | + */ |
|
9 | 9 | use Spiral\Validation\Checkers; |
10 | 10 | |
11 | 11 | return [ |
@@ -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 | /** |
@@ -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 | /** |