@@ -240,7 +240,7 @@ discard block |
||
240 | 240 | $this->new_fileName = ''; |
241 | 241 | } |
242 | 242 | |
243 | - $enableByConfiguration = (bool)$this->fl_conf['enable']; |
|
243 | + $enableByConfiguration = (bool) $this->fl_conf['enable']; |
|
244 | 244 | if (!$enableByConfiguration) { |
245 | 245 | $this->enable = $enableByConfiguration; |
246 | 246 | } |
@@ -446,7 +446,7 @@ discard block |
||
446 | 446 | $hashBase = PathUtility::pathinfo($this->org_fileName, PATHINFO_BASENAME); |
447 | 447 | } |
448 | 448 | $hashLength = isset($this->fl_conf['hashLength']) ? MathUtility::forceIntegerInRange( |
449 | - (int)$this->fl_conf['hashLength'], |
|
449 | + (int) $this->fl_conf['hashLength'], |
|
450 | 450 | 0, |
451 | 451 | strlen($hashBase) |
452 | 452 | ) : 0; |
@@ -523,8 +523,8 @@ discard block |
||
523 | 523 | if ($cache->has($cacheIdent)) { |
524 | 524 | $data = unserialize($cache->get($new_fileName)); |
525 | 525 | $pids = GeneralUtility::intExplode(',', $data['page_id'], true); |
526 | - if (!in_array((int)$GLOBALS['TSFE']->id, $pids)) { |
|
527 | - $pids[] = (int)$GLOBALS['TSFE']->id; |
|
526 | + if (!in_array((int) $GLOBALS['TSFE']->id, $pids)) { |
|
527 | + $pids[] = (int) $GLOBALS['TSFE']->id; |
|
528 | 528 | } |
529 | 529 | $data['tstamp'] = time(); |
530 | 530 | $data['page_id'] = implode(',', $pids); |