Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/2663'
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ModuleAutoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function __construct($options = null)
* Traversable object.
*
* @param array|Traversable $options
* @return SplAutoloader
* @return ModuleAutoloader
*/
public function setOptions($options)
{
Expand Down Expand Up @@ -255,7 +255,7 @@ public function register()
*/
public function unregister()
{
$test = spl_autoload_unregister(array($this, 'autoload'));
spl_autoload_unregister(array($this, 'autoload'));
}

/**
Expand Down

0 comments on commit 5fe6f9b

Please sign in to comment.