make StyleCI happy
This commit is contained in:
parent
edb8e5e078
commit
abb2b90e9b
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@ abstract class AbstractPersistence
|
|||
protected static function _store($filename, $data)
|
||||
{
|
||||
self::_initialize();
|
||||
$file = self::$_path . DIRECTORY_SEPARATOR . $filename;
|
||||
$fileCreated = true;
|
||||
$file = self::$_path . DIRECTORY_SEPARATOR . $filename;
|
||||
$fileCreated = true;
|
||||
$writtenBytes = 0;
|
||||
if (!is_file($file)) {
|
||||
$fileCreated = @touch($file);
|
||||
|
|
Loading…
Reference in a new issue