Fix coding style
This commit is contained in:
parent
abddc0b48f
commit
956056511a
@ -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+');
|
||||
|
Loading…
x
Reference in New Issue
Block a user