File tree Expand file tree Collapse file tree 8 files changed +16
-0
lines changed
Expand file tree Collapse file tree 8 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 11<?php
22
3+ declare (strict_types=1 );
4+
35namespace DragonCode \GithubNotifications \Commands ;
46
57use DragonCode \GithubNotifications \Factories \ClientFactory ;
Original file line number Diff line number Diff line change 11<?php
22
3+ declare (strict_types=1 );
4+
35use LaravelZero \Framework \Application ;
46
57return Application::configure (
Original file line number Diff line number Diff line change 11<?php
22
3+ declare (strict_types=1 );
4+
35return [
46 /*
57 |--------------------------------------------------------------------------
Original file line number Diff line number Diff line change 11<?php
22
3+ declare (strict_types=1 );
4+
35return [
46 'accounts ' => [
57 9919 , // GitHub
Original file line number Diff line number Diff line change 11<?php
22
3+ declare (strict_types=1 );
4+
35use Illuminate \Console \Scheduling \ScheduleFinishCommand ;
46use Illuminate \Console \Scheduling \ScheduleListCommand ;
57use Illuminate \Console \Scheduling \ScheduleRunCommand ;
Original file line number Diff line number Diff line change 11<?php
22
3+ declare (strict_types=1 );
4+
35use LaravelZero \Framework \Testing \TestCase ;
46
57uses (TestCase::class)->in ('Unit ' );
Original file line number Diff line number Diff line change 11<?php
22
3+ declare (strict_types=1 );
4+
35use Illuminate \Support \Facades \Process ;
46
57it ('checks application launch ' , function () {
Original file line number Diff line number Diff line change 11<?php
22
3+ declare (strict_types=1 );
4+
35use Illuminate \Support \Facades \Process ;
46
57it ('checks application launch ' , function () {
You can’t perform that action at this time.
0 commit comments