Completed
Push — phpcs_fixes ( 7da991...e9a53c )
by
unknown
03:41
created
tests/unit/Converters/Fields/MatrixTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
     //==============================================================================================================
128 128
 
129 129
     /**
130
-     * @param MatrixField $mockMatrix
130
+     * @param Mock $mockMatrix
131 131
      *
132 132
      * @return array
133 133
      */
Please login to merge, or discard this patch.
tests/unit/Converters/Models/AssetTransformTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
     }
121 121
 
122 122
     /**
123
-     * @param Mock $assetTransform
123
+     * @param AssetTransformModel $assetTransform
124 124
      *
125 125
      * @return array
126 126
      */
Please login to merge, or discard this patch.
tests/unit/Converters/Models/TagGroupTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
     }
121 121
 
122 122
     /**
123
-     * @param Mock $tagGroup
123
+     * @param TagGroupModel $tagGroup
124 124
      *
125 125
      * @return array
126 126
      */
Please login to merge, or discard this patch.