Skip to content

Commit

Permalink
Update src/Extension/Exception/DependentExtensionsException.php
Browse files Browse the repository at this point in the history
Co-authored-by: Daniël Klabbers <luceos@users.noreply.github.com>
  • Loading branch information
askvortsov1 and luceos committed Sep 6, 2020
1 parent 96eab1b commit cca7d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extension/Exception/DependentExtensionsException.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class DependentExtensionsException extends Exception
* @param $extension: The extension we are attempting to activate.
* @param $dependent_extensions: Extension IDs of the Flarum extensions that depend on this extension
*/
public function __construct(Extension $extension, array $dependent_extensions = [])
public function __construct(Extension $extension, array $dependent_extensions)
{
$this->extension = $extension;
$this->dependent_extensions = $dependent_extensions;
Expand Down

0 comments on commit cca7d1f

Please sign in to comment.