Skip to content

Commit 0f563ea

Browse files
committed
Remove whitespaces from union types
1 parent 9ba8815 commit 0f563ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wcfsetup/install/files/lib/system/cache/eager/AbstractEagerCache.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ abstract class AbstractEagerCache
2525
*
2626
* @return T
2727
*/
28-
final public function getCache(): array | object
28+
final public function getCache(): array|object
2929
{
3030
$key = $this->getCacheKey();
3131

@@ -97,5 +97,5 @@ final public function rebuild(): void
9797
*
9898
* @return T
9999
*/
100-
abstract protected function getCacheData(): array | object;
100+
abstract protected function getCacheData(): array|object;
101101
}

0 commit comments

Comments
 (0)