Skip to content

Commit 2229d28

Browse files
committed
Fix issue found by Scrutinizer.
1 parent 6e83edc commit 2229d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DiffTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function print(AuditStyle $io, bool $full): void
8181
*
8282
* @param bool $full If false and only if only differences are shown.
8383
*
84-
* @return array[]
84+
* @return array
8585
*/
8686
private function getRows(bool $full): array
8787
{

0 commit comments

Comments
 (0)