Fix coding style

This commit is contained in:
Alexander Golovenkin 2019-01-16 05:49:54 -08:00
parent abddc0b48f
commit 956056511a
2 changed files with 58 additions and 57 deletions

View File

@ -59,7 +59,8 @@ class FileBasedStrategy implements CachingStrategyInterface
*
* @param string $tempFilePath filename with shared strings
*/
private function openCache($tempFilePath) {
private function openCache($tempFilePath)
{
if (!array_key_exists($tempFilePath, $this->tempFilePointers)) {
// Open index file and seek to end
$index = $this->globalFunctionsHelper->fopen($tempFilePath . '.index', 'c+');