@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * SessionStore configuration. |
|
4 | - * - default session lifetime |
|
5 | - * - default session handler to be used, use "native" to use php sessions |
|
6 | - * - list of handlers associated with their class and custom options |
|
7 | - */ |
|
3 | + * SessionStore configuration. |
|
4 | + * - default session lifetime |
|
5 | + * - default session handler to be used, use "native" to use php sessions |
|
6 | + * - list of handlers associated with their class and custom options |
|
7 | + */ |
|
8 | 8 | use Spiral\Session\Handlers; |
9 | 9 | |
10 | 10 | return [ |
@@ -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,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 | /** |