File tree Expand file tree Collapse file tree 6 files changed +15
-22
lines changed
Expand file tree Collapse file tree 6 files changed +15
-22
lines changed Original file line number Diff line number Diff line change 6363 "allow-plugins" : {
6464 "dragon-code/codestyler" : true ,
6565 "ergebnis/composer-normalize" : true ,
66- "friendsofphp/php-cs-fixer" : true
66+ "friendsofphp/php-cs-fixer" : true ,
67+ "symfony/thanks" : true
6768 },
6869 "preferred-install" : " dist" ,
6970 "sort-packages" : true
7071 }
71- }
72+ }
Original file line number Diff line number Diff line change 66
77interface Responsable
88{
9+ public static function allowWith (): void ;
10+
11+ public static function withoutWith (): void ;
12+
13+ public static function wrapped (): void ;
14+
15+ public static function withoutWrap (): void ;
16+
917 public function with (array $ with = []): self ;
1018
1119 public function headers (array $ headers = []): self ;
@@ -15,12 +23,4 @@ public function statusCode(?int $code = null): self;
1523 public function data ($ data = null ): self ;
1624
1725 public function response (): JsonResponse ;
18-
19- public static function allowWith (): void ;
20-
21- public static function withoutWith (): void ;
22-
23- public static function wrapped (): void ;
24-
25- public static function withoutWrap (): void ;
2626}
Original file line number Diff line number Diff line change 2121
2222use Throwable ;
2323
24- interface LogicException extends Throwable
25- {
26- }
24+ interface LogicException extends Throwable {}
Original file line number Diff line number Diff line change 2121
2222use Throwable ;
2323
24- interface RuntimeException extends Throwable
25- {
26- }
24+ interface RuntimeException extends Throwable {}
Original file line number Diff line number Diff line change 44
55namespace DragonCode \Contracts \Queue ;
66
7- interface ShouldQueue
8- {
9- }
7+ interface ShouldQueue {}
Original file line number Diff line number Diff line change 1919
2020namespace DragonCode \Contracts \Support ;
2121
22- interface Stringable extends \Stringable
23- {
24- }
22+ interface Stringable extends \Stringable {}
You can’t perform that action at this time.
0 commit comments