@@ -169,7 +169,7 @@ |
||
169 | 169 | /** |
170 | 170 | * Return peak memory usage. |
171 | 171 | * |
172 | - * @return float |
|
172 | + * @return string |
|
173 | 173 | */ |
174 | 174 | public function getPeakMemory() |
175 | 175 | { |
@@ -9,9 +9,9 @@ |
||
9 | 9 | |
10 | 10 | namespace PhpTek\Sentry\Log; |
11 | 11 | |
12 | -use SilverStripe\Control\Director, |
|
13 | - SilverStripe\Core\Injector\Injector, |
|
14 | - SilverStripe\Control\Middleware\TrustedProxyMiddleware; |
|
12 | +use SilverStripe\Control\Director; |
|
13 | +use SilverStripe\Core\Injector\Injector; |
|
14 | +use SilverStripe\Control\Middleware\TrustedProxyMiddleware; |
|
15 | 15 | |
16 | 16 | /** |
17 | 17 | * The SentryLogWriter class simply acts as a bridge between the configured Sentry |