Skip to content

Commit faaeca5

Browse files
committed
Apply fixes from StyleCI
1 parent dca0a39 commit faaeca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ protected function buildFlatXMLDataSet(array $dataSet): string
173173
*
174174
* This method properly converts those resources to strings for use with {@see SimpleXMLElement::addAttribute()}.
175175
*
176-
* @param int|string|resource|null $value The value to convert to string
176+
* @param int|resource|string|null $value The value to convert to string
177177
*
178178
* @return string The converted string value
179179
*/

0 commit comments

Comments
 (0)