Skip to content

Commit 99328ca

Browse files
committed
fixed case in method name
1 parent 9ce29df commit 99328ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPixie/CLI/Context/Container/Implementation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function cliContext()
1616
return $this->cliContext;
1717
}
1818

19-
public function setCLIContext($cliContext)
19+
public function setCliContext($cliContext)
2020
{
2121
return $this->cliContext = $cliContext;
2222
}

0 commit comments

Comments
 (0)