Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 40b3379

Browse files
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
1 parent d63b4a5 commit 40b3379

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DataCache.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ private function getFilesForClasses(ReflectionClass $class) {
102102
*
103103
* @return ProxyCommand[]
104104
*/
105-
public function read()
106-
{
105+
public function read() {
107106
return file_exists($this->cache_file)?include($this->cache_file):array();
108107
}
109108

0 commit comments

Comments
 (0)