Passed
Push — master ( 3802bd...e45732 )
by Eugene
03:46
created
src/test/Resources/Commands/DeleteImageSizesResourceCommandTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     }
29 29
 
30 30
     /**
31
-     * @return BackupResourceCommand
31
+     * @return DeleteImageSizesResourceCommand
32 32
      */
33 33
     public function getCommand(ResourceImageDO $resourceDO)
34 34
     {
Please login to merge, or discard this patch.
src/test/Resources/Commands/DeleteSafetyResourceCommandTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     }
27 27
 
28 28
     /**
29
-     * @return BackupResourceCommand
29
+     * @return DeleteSafetyResourceCommand
30 30
      */
31 31
     public function getCommand(ResourceDO $resourceDO)
32 32
     {
Please login to merge, or discard this patch.
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.