Completed
Push — master ( a50703...79e7a5 )
by André
32:00 queued 21:14
created
eZ/Publish/Core/IO/IOMetadataHandler/LegacyDFSCluster.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
     /**
167 167
      * @param SPIBinaryFileCreateStruct $binaryFileCreateStruct
168 168
      *
169
-     * @return mixed
169
+     * @return string
170 170
      */
171 171
     protected function getNameTrunk(SPIBinaryFileCreateStruct $binaryFileCreateStruct)
172 172
     {
Please login to merge, or discard this patch.
eZ/Publish/Core/FieldType/Tests/FieldTypeTest.php 1 patch
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
     private $fieldTypeUnderTest;
23 23
 
24 24
     /**
25
-     * @return \eZ\Publish\Core\Persistence\TransformationProcessor|\PHPUnit_Framework_MockObject_MockObject
25
+     * @return \eZ\Publish\Core\Persistence\TransformationProcessor
26 26
      */
27 27
     protected function getTransformationProcessorMock()
28 28
     {
@@ -679,7 +679,6 @@  discard block
 block discarded – undo
679 679
     }
680 680
 
681 681
     /**
682
-     * @param mixed $inputValue
683 682
      * @param array $expectedResult
684 683
      *
685 684
      * @dataProvider provideInputForFromHash
@@ -827,7 +826,6 @@  discard block
 block discarded – undo
827 826
     }
828 827
 
829 828
     /**
830
-     * @param mixed $inputConfiguration
831 829
      *
832 830
      * @dataProvider provideValidFieldSettings
833 831
      */
@@ -855,7 +853,6 @@  discard block
 block discarded – undo
855 853
     }
856 854
 
857 855
     /**
858
-     * @param mixed $inputConfiguration
859 856
      *
860 857
      * @dataProvider provideValidFieldSettings
861 858
      */
Please login to merge, or discard this patch.