Skip to content

Commit 32298f1

Browse files
andrey-helldargithub-actions[bot]
authored andcommitted
πŸ¦‹ The code style has been fixed
1 parent f990058 commit 32298f1

File tree

8 files changed

+16
-0
lines changed

8 files changed

+16
-0
lines changed

β€Žapp/Commands/ReadCommand.phpβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
namespace DragonCode\GithubNotifications\Commands;
46

57
use DragonCode\GithubNotifications\Factories\ClientFactory;

β€Žbootstrap/app.phpβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
use LaravelZero\Framework\Application;
46

57
return Application::configure(

β€Žconfig/app.phpβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
return [
46
/*
57
|--------------------------------------------------------------------------

β€Žconfig/bots.phpβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
return [
46
'accounts' => [
57
9919, // GitHub

β€Žconfig/commands.phpβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
use Illuminate\Console\Scheduling\ScheduleFinishCommand;
46
use Illuminate\Console\Scheduling\ScheduleListCommand;
57
use Illuminate\Console\Scheduling\ScheduleRunCommand;

β€Žtests/Pest.phpβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
use LaravelZero\Framework\Testing\TestCase;
46

57
uses(TestCase::class)->in('Unit');

β€Žtests/Unit/BinaryTest.phpβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
use Illuminate\Support\Facades\Process;
46

57
it('checks application launch', function () {

β€Žtests/Unit/SourceTest.phpβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
declare(strict_types=1);
4+
35
use Illuminate\Support\Facades\Process;
46

57
it('checks application launch', function () {

0 commit comments

Comments
Β (0)