Skip to content

Commit 6bad8e6

Browse files
bnomeigithub-actions[bot]
authored andcommitted
Fix styling
1 parent b154eb8 commit 6bad8e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

classes/Autoloader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ public function blueprints(): array
317317
return $this->registry('blueprints');
318318
}
319319

320-
public function classes(string $folder = null): array
320+
public function classes(?string $folder = null): array
321321
{
322322
if ($folder) {
323323
$this->options['classes']['folder'] = $folder;
@@ -432,7 +432,7 @@ public static function singleton(array $options = []): self
432432
*
433433
* @return void
434434
*/
435-
private function load(array $classmap, string $base = null)
435+
private function load(array $classmap, ?string $base = null)
436436
{
437437
// convert all classnames to lowercase
438438
$classmap = array_change_key_case($classmap);

0 commit comments

Comments
 (0)