Passed
Push — master ( 0a6ef1...b9acd7 )
by Bret R.
01:53
created
src/Check/DoctrineMigrationCheck.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
         $version = $aliasResolver->resolveVersionAlias('latest');
24 24
 
25 25
         $result = new Result($this->label);
26
-        if ((string)$version !== '') {
26
+        if ((string) $version !== '') {
27 27
             $result->setDetails('current version: '.$version);
28 28
         }
29 29
         if ($count > 0) {
Please login to merge, or discard this patch.