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

Commit 976672a

Browse files
fabiocarneiroweierophinney
authored andcommitted
Remove unnecessary default value
1 parent 7e1d0f9 commit 976672a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class Application implements
9494
/**
9595
* @var ServiceManager
9696
*/
97-
protected $serviceManager = null;
97+
protected $serviceManager;
9898

9999
/**
100100
* Constructor

0 commit comments

Comments
 (0)