Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Revert "DI can be null"
Browse files Browse the repository at this point in the history
This reverts commit 7ea88f2.
  • Loading branch information
archdevil666pl committed Feb 20, 2017
1 parent c95d47a commit 08fec9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Di/InjectionAwareTrait.php
Expand Up @@ -34,7 +34,7 @@ trait InjectionAwareTrait
* @param \Phalcon\DiInterface $dependencyInjector
* @return $this
*/
public function setDI(\Phalcon\DiInterface $dependencyInjector = null)
public function setDI(\Phalcon\DiInterface $dependencyInjector)
{
$this->di = $dependencyInjector;

Expand Down

0 comments on commit 08fec9d

Please sign in to comment.