Completed
Push — fix-cs-check-for-branch ( 7d6a21...28dd64 )
by
unknown
18:25
created
eZ/Publish/Core/FieldType/Tests/ImageTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
      * NOT take care for test case wide caching of the field type, just return
53 53
      * a new instance from this method!
54 54
      *
55
-     * @return FieldType
55
+     * @return ImageType
56 56
      */
57 57
     protected function createFieldTypeUnderTest()
58 58
     {
Please login to merge, or discard this patch.
eZ/Publish/SPI/Tests/FieldType/ImageIntegrationTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -98,6 +98,9 @@
 block discarded – undo
98 98
         );
99 99
     }
100 100
 
101
+    /**
102
+     * @return \eZ\Publish\Core\Base\Utils\DeprecationWarnerInterface
103
+     */
101 104
     public function getDeprecationWarnerMock()
102 105
     {
103 106
         if (!isset($this->deprecationWarnerMock)) {
Please login to merge, or discard this patch.