From 7721f59606fa66e04d34e88437fc6ac46d4c9d28 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 30 Jun 2022 16:59:46 +0000 Subject: [PATCH] =?UTF-8?q?Update=20code-style=20=F0=9F=92=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Services/Filesystem/Base.php | 6 ++---- src/Services/Filesystem/Php.php | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/Services/Filesystem/Base.php b/src/Services/Filesystem/Base.php index d3844cfd..ddc238b1 100644 --- a/src/Services/Filesystem/Base.php +++ b/src/Services/Filesystem/Base.php @@ -7,9 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * * @copyright 2022 Andrey Helldar - * * @license MIT * * @see https://github.com/Laravel-Lang/publisher @@ -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(); diff --git a/src/Services/Filesystem/Php.php b/src/Services/Filesystem/Php.php index b8afddec..65f8b9e1 100644 --- a/src/Services/Filesystem/Php.php +++ b/src/Services/Filesystem/Php.php @@ -7,9 +7,7 @@ * file that was distributed with this source code. * * @author Andrey Helldar - * * @copyright 2022 Andrey Helldar - * * @license MIT * * @see https://github.com/Laravel-Lang/publisher