Passed
Push — master ( b6b684...442946 )
by Eugene
03:49 queued 33s
created
src/test/Resources/Commands/DestroyEqualResourceCommandTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     }
25 25
 
26 26
     /**
27
-     * @return BackupResourceCommand
27
+     * @return DestroyEqualResourceCommand
28 28
      */
29 29
     public function getCommand(ResourceDO $resourceDOOrigin, ResourceDO $resourceDOSuspect)
30 30
     {
Please login to merge, or discard this patch.
src/test/Resources/Commands/FindResourceLastVersionCommandTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     }
25 25
 
26 26
     /**
27
-     * @return BackupResourceCommand
27
+     * @return FindResourceLastVersionCommand
28 28
      */
29 29
     public function getCommand(ResourceDO $resourceDO)
30 30
     {
Please login to merge, or discard this patch.