Skip to content

Commit

Permalink
Update php doc for Container/Container.php setInstance (#24200)
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlindaruk authored and taylorotwell committed May 14, 2018
1 parent e30481b commit c4bbcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Container.php
Expand Up @@ -1181,7 +1181,7 @@ public static function getInstance()
* Set the shared instance of the container.
*
* @param \Illuminate\Contracts\Container\Container|null $container
* @return static
* @return \Illuminate\Contracts\Container\Container|static
*/
public static function setInstance(ContainerContract $container = null)
{
Expand Down

0 comments on commit c4bbcd6

Please sign in to comment.