Skip to content

Commit

Permalink
made types consistent with those defined in Hack
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 16, 2014
1 parent 6a50cb4 commit 70b3e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/CacheClearCommand.php
Expand Up @@ -110,7 +110,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
/**
* @param string $warmupDir
* @param string $realCacheDir
* @param Boolean $enableOptionalWarmers
* @param bool $enableOptionalWarmers
*/
protected function warmup($warmupDir, $realCacheDir, $enableOptionalWarmers = true)
{
Expand Down

0 comments on commit 70b3e07

Please sign in to comment.