Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 19, 2024
1 parent 0c8ea9a commit 91167f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extend.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
->whenExtensionEnabled('fof-default-user-preferences', fn () => [

Check failure on line 63 in extend.php

View workflow job for this annotation

GitHub Actions / run / PHPStan PHP 7.3

Syntax error, unexpected T_DOUBLE_ARROW, expecting ')' on line 63

Check failure on line 63 in extend.php

View workflow job for this annotation

GitHub Actions / run / PHPStan PHP 7.3

Syntax error, unexpected T_DOUBLE_ARROW, expecting ')' on line 63
(new RegisterUserPreferenceDefault())
->default('fofNightMode', 0, 'number')
->default('fofNightMode_perDevice', false, 'bool')
->default('fofNightMode_perDevice', false, 'bool'),
]),

Check failure on line 67 in extend.php

View workflow job for this annotation

GitHub Actions / run / PHPStan PHP 7.3

Syntax error, unexpected ')', expecting ']' on line 67

Check failure on line 67 in extend.php

View workflow job for this annotation

GitHub Actions / run / PHPStan PHP 7.3

Syntax error, unexpected ')', expecting ']' on line 67
];

0 comments on commit 91167f2

Please sign in to comment.