Skip to content

Commit

Permalink
Update code-style 💻
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 30, 2022
1 parent ef02958 commit 7721f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions src/Services/Filesystem/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
*
* @copyright 2022 Andrey Helldar
*
* @license MIT
*
* @see https://github.com/Laravel-Lang/publisher
Expand All @@ -32,9 +30,9 @@ abstract class Base implements Filesystem
use Has;

public function __construct(
protected Pretty $pretty = new Pretty(),
protected Pretty $pretty = new Pretty(),
protected Formatter $formatter = new Formatter(),
protected Config $config = new Config()
protected Config $config = new Config()
) {
$this->formatter->setKeyAsString();

Expand Down
2 changes: 0 additions & 2 deletions src/Services/Filesystem/Php.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
* file that was distributed with this source code.
*
* @author Andrey Helldar <[email protected]>
*
* @copyright 2022 Andrey Helldar
*
* @license MIT
*
* @see https://github.com/Laravel-Lang/publisher
Expand Down

0 comments on commit 7721f59

Please sign in to comment.