Completed
Push — phpcs_fixes ( 5e6b3d...239cfc )
by
unknown
03:37
created
tests/unit/Converters/Models/CategoryGroupTest.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -207,7 +207,6 @@
 block discarded – undo
207 207
     /**
208 208
      * Get mock siteSettings.
209 209
      *
210
-     * @param string $class
211 210
      *
212 211
      * @return Mock
213 212
      */
Please login to merge, or discard this patch.
tests/unit/Converters/Models/SectionTest.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -218,7 +218,6 @@
 block discarded – undo
218 218
     /**
219 219
      * Get mock siteSettings.
220 220
      *
221
-     * @param string $class
222 221
      *
223 222
      * @return Mock
224 223
      */
Please login to merge, or discard this patch.
tests/unit/Mappers/ModelMapperTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -278,7 +278,7 @@
 block discarded – undo
278 278
     /**
279 279
      * Mock a converter.
280 280
      *
281
-     * @param Mock|Converter|null $converter
281
+     * @param Converter $converter
282 282
      */
283 283
     private function expectConverter($converter, int $count)
284 284
     {
Please login to merge, or discard this patch.