@@ -71,7 +71,7 @@ |
||
71 | 71 | ) { |
72 | 72 | parent::__construct($app, $repository, $config, $filesystem); |
73 | 73 | $this->setName('migration:reset') |
74 | - ->setDescription('Rollback all migration done before'); |
|
74 | + ->setDescription('Rollback all migration done before'); |
|
75 | 75 | } |
76 | 76 | |
77 | 77 | /** |
@@ -72,7 +72,7 @@ |
||
72 | 72 | ) { |
73 | 73 | parent::__construct($app, $repository, $config, $filesystem); |
74 | 74 | $this->setName('migration:status') |
75 | - ->setDescription('Show current status of your migrations'); |
|
75 | + ->setDescription('Show current status of your migrations'); |
|
76 | 76 | } |
77 | 77 | |
78 | 78 | /** |
@@ -26,8 +26,8 @@ |
||
26 | 26 | protected string $name; |
27 | 27 | |
28 | 28 | /** |
29 | - * {@inheritdoc} |
|
30 | - */ |
|
29 | + * {@inheritdoc} |
|
30 | + */ |
|
31 | 31 | public function __construct(string $markup, &$tokens, Parser $parser) |
32 | 32 | { |
33 | 33 | $lexer = new Lexer('/' . Token::QUOTED_FRAGMENT . '/'); |
@@ -27,8 +27,8 @@ |
||
27 | 27 | protected string $value; |
28 | 28 | |
29 | 29 | /** |
30 | - * {@inheritdoc} |
|
31 | - */ |
|
30 | + * {@inheritdoc} |
|
31 | + */ |
|
32 | 32 | public function __construct(string $markup, &$tokens, Parser $parser) |
33 | 33 | { |
34 | 34 | $lexer = new Lexer('/' . Token::QUOTED_FRAGMENT . '/'); |
@@ -25,8 +25,8 @@ |
||
25 | 25 | protected string $path; |
26 | 26 | |
27 | 27 | /** |
28 | - * {@inheritdoc} |
|
29 | - */ |
|
28 | + * {@inheritdoc} |
|
29 | + */ |
|
30 | 30 | public function __construct(string $markup, &$tokens, Parser $parser) |
31 | 31 | { |
32 | 32 | $lexer = new Lexer('/' . Token::QUOTED_FRAGMENT . '/'); |
@@ -26,8 +26,8 @@ |
||
26 | 26 | protected string $name; |
27 | 27 | |
28 | 28 | /** |
29 | - * {@inheritdoc} |
|
30 | - */ |
|
29 | + * {@inheritdoc} |
|
30 | + */ |
|
31 | 31 | public function __construct(string $markup, &$tokens, Parser $parser) |
32 | 32 | { |
33 | 33 | $lexer = new Lexer('/' . Token::QUOTED_FRAGMENT . '/'); |
@@ -26,8 +26,8 @@ |
||
26 | 26 | protected string $name; |
27 | 27 | |
28 | 28 | /** |
29 | - * {@inheritdoc} |
|
30 | - */ |
|
29 | + * {@inheritdoc} |
|
30 | + */ |
|
31 | 31 | public function __construct(string $markup, &$tokens, Parser $parser) |
32 | 32 | { |
33 | 33 | $lexer = new Lexer('/' . Token::QUOTED_FRAGMENT . '/'); |
@@ -212,10 +212,10 @@ |
||
212 | 212 | return $this; |
213 | 213 | } |
214 | 214 | |
215 | - /** |
|
216 | - * Return the application root path |
|
217 | - * @return string |
|
218 | - */ |
|
215 | + /** |
|
216 | + * Return the application root path |
|
217 | + * @return string |
|
218 | + */ |
|
219 | 219 | public function getAppPath(): string |
220 | 220 | { |
221 | 221 | return $this->appPath; |
@@ -87,7 +87,7 @@ |
||
87 | 87 | $config = $app->get(Config::class); |
88 | 88 | |
89 | 89 | $pagination->setItemsPerPage($config->get('pagination.item_per_page', 10)) |
90 | - ->setMaxPages($config->get('pagination.max_pages', 5)); |
|
90 | + ->setMaxPages($config->get('pagination.max_pages', 5)); |
|
91 | 91 | |
92 | 92 | return $pagination; |
93 | 93 | }); |