Minor fix of coding standard

This commit is contained in:
Meritoo
2017-09-27 20:09:51 +02:00
parent a12aaf4bc0
commit 37e7b14ae2
14 changed files with 28 additions and 28 deletions

View File

@@ -27,9 +27,9 @@ class TooManyChildClassesExceptionTest extends BaseTestCase
}
/**
* @param array|object|string $parentClass Class that has more than one child class, but it shouldn't. An array
* @param array|object|string $parentClass Class that has more than one child class, but it shouldn't. An array
* of objects, strings, object or string.
* @param array $childClasses Child classes
* @param array $childClasses Child classes
* @param string $expectedMessage Expected exception's message
*
* @dataProvider provideParentAndChildClasses