File tree Expand file tree Collapse file tree 4 files changed +5
-54
lines changed Expand file tree Collapse file tree 4 files changed +5
-54
lines changed Original file line number Diff line number Diff line change 2727 - php : " 8.3"
2828 mode : experimental
2929 os : ubuntu-20.04
30+ - php : " 8.4"
31+ mode : experimental
32+ os : ubuntu-20.04
3033 fail-fast : false
3134
3235 runs-on : " ${{ matrix.os }}"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1919 }
2020 ],
2121 "require" : {
22- "php" : " ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" ,
22+ "php" : " ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 " ,
2323 "ext-mbstring" : " *"
2424 },
2525 "conflict" : {
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ class Slugify implements SlugifyInterface
8080 * @param array $options
8181 * @param RuleProviderInterface $provider
8282 */
83- public function __construct (array $ options = [], RuleProviderInterface $ provider = null )
83+ public function __construct (array $ options = [], ? RuleProviderInterface $ provider = null )
8484 {
8585 $ this ->options = array_merge ($ this ->options , $ options );
8686 $ this ->provider = $ provider ? $ provider : new DefaultRuleProvider ();
You can’t perform that action at this time.
0 commit comments