Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid74 committed Feb 5, 2022
1 parent 25b1272 commit a0c30da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConfigHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class ConfigHelper
*
* @return void
*/
public static function loadFile( string $sPath, ?bool $bPrefixFilename = false, ?string $sPrefixCustom = false ): void
public static function loadFile( string $sPath, ?bool $bPrefixFilename = false, ?string $sPrefixCustom = null ): void
{
$aPathinfo = \pathinfo( $sPath );

Expand Down

0 comments on commit a0c30da

Please sign in to comment.