@@ -109,7 +109,7 @@ discard block |
||
109 | 109 | } |
110 | 110 | ksort($relevantContent); |
111 | 111 | |
112 | - return md5((string)json_encode($relevantContent)); |
|
112 | + return md5((string) json_encode($relevantContent)); |
|
113 | 113 | } |
114 | 114 | |
115 | 115 | /** |
@@ -124,6 +124,6 @@ discard block |
||
124 | 124 | if (!file_exists($file)) { |
125 | 125 | throw new \Exception($file . ' not found'); |
126 | 126 | } |
127 | - return (string)file_get_contents($file); |
|
127 | + return (string) file_get_contents($file); |
|
128 | 128 | } |
129 | 129 | } |