ScssCcacher typo fix

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-01-02 17:07:37 +01:00 committed by Roeland Jago Douma
parent 6d3a890cb3
commit 8bcad88c6f
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class CSSResourceLocator extends ResourceLocator {
* @param string $theme
* @param array $core_map
* @param array $party_map
* @param SCSSCacher $scssCcacher
* @param SCSSCacher $scssCacher
*/
public function __construct(ILogger $logger, $theme, $core_map, $party_map, SCSSCacher $scssCacher) {
$this->scssCacher = $scssCacher;