Test Setup Failed
Pull Request — master (#40)
by Simon
02:15
created
src/Adaptor/SentryAdaptor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Log/SentryLogger.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -370,8 +370,8 @@
 block discarded – undo
370 370
 
371 371
     /**
372 372
      * Check if we are on a tagged release and if so, use that to set the client release
373
-     * @param $ref
374
-     * @return mixed
373
+     * @param string $ref
374
+     * @return string
375 375
      */
376 376
     protected static function getGitTag($ref)
377 377
     {
Please login to merge, or discard this patch.