Skip to content

Commit 230792a

Browse files
committedJan 8, 2018
Fix codesniffer warnings
1 parent 7de6505 commit 230792a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎src/Magento/FunctionalTestingFramework/Util/TestGenerator.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ private function generateAnnotationsPhp($annotationsObject, $isMethod = false)
273273
/**
274274
* Method which returns formatted method level annotation based on type and name(s).
275275
*
276-
* @param mixed $annotationType
277-
* @param string|null $annotationName
276+
* @param string $annotationType
277+
* @param string $annotationName
278278
* @return null|string
279279
*/
280280
private function generateMethodAnnotations($annotationType = null, $annotationName = null)
@@ -305,7 +305,7 @@ private function generateMethodAnnotations($annotationType = null, $annotationNa
305305
* Method which return formatted class level annotations based on type and name(s).
306306
*
307307
* @param string $annotationType
308-
* @param mixed $annotationName
308+
* @param string $annotationName
309309
* @return null|string
310310
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
311311
*/

0 commit comments

Comments
 (0)
Please sign in to comment.