Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
fix: fix ConfigInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
devuri committed Mar 8, 2021
1 parent 13b998e commit 3570754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConfigInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function debug( $environment ): ConfigInterface;
* @param $enable
* @return self
*/
public function symfony_debug( $enable ): ConfigInterface;
public function symfony_debug( bool $enable ): ConfigInterface;

/**
* Site Url Settings
Expand Down

0 comments on commit 3570754

Please sign in to comment.