@@ -14,7 +14,6 @@ |
||
14 | 14 | use Sentry\State\Scope; |
15 | 15 | use Sentry\ClientInterface; |
16 | 16 | use Sentry\Severity; |
17 | -use SilverStripe\Control\Director; |
|
18 | 17 | use SilverStripe\Core\Config\Configurable; |
19 | 18 | use SilverStripe\Core\Injector\Injector; |
20 | 19 | use SilverStripe\Core\Environment as Env; |
@@ -372,7 +372,7 @@ |
||
372 | 372 | |
373 | 373 | /** |
374 | 374 | * Check if we are on a tagged release and if so, use that to set the client release |
375 | - * @param $ref |
|
375 | + * @param string $ref |
|
376 | 376 | * @return mixed |
377 | 377 | */ |
378 | 378 | protected static function getGitTag($ref) |