@@ -211,7 +211,7 @@ |
||
211 | 211 | $lines = explode("\r\n", $contents); |
212 | 212 | foreach ($lines as $line) { |
213 | 213 | if (substr($line, 0, 35) === $suffix) { |
214 | - return (int)substr($line, 36); |
|
214 | + return (int) substr($line, 36); |
|
215 | 215 | } |
216 | 216 | } |
217 | 217 | return 0; |