Skip to content

Commit d823494

Browse files
tabacituStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent a7cfba8 commit d823494

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Helpers/FileOutput.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class FileOutput
1010
{
11-
private string|null $nonce;
11+
private ?string $nonce;
1212

1313
private string $cachebusting;
1414

tests/Pest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
|
5151
*/
5252

53-
function bassetInstance(string $asset = null, bool $output = true, array $attributes = []): StatusEnum|BassetManager
53+
function bassetInstance(?string $asset = null, bool $output = true, array $attributes = []): StatusEnum|BassetManager
5454
{
5555
return $asset ? app('basset')->basset(...func_get_args()) : app('basset');
5656
}

0 commit comments

Comments
 (0)