Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Jan 7, 2022
1 parent c9c75d9 commit b40a8e7
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ public function registerProvider(ProviderInterface $provider)
}

/**
* Unregister a provider from the ProviderManager. When null then all providers
* are cleared.
*
* @param ProviderInterface $provider The provider to be unregistered
*
* @return void
*
* @since __DEPLOY_VERSION__
*/
* Unregister a provider from the ProviderManager. When null then all providers
* are cleared.
*
* @param ProviderInterface $provider The provider to be unregistered
*
* @return void
*
* @since __DEPLOY_VERSION__
*/
public function unregisterProvider(ProviderInterface $provider = null)
{
if ($provider === null)
Expand Down

0 comments on commit b40a8e7

Please sign in to comment.