Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit 492b5f7

Browse files
committed
Apply fixes from StyleCI
1 parent 5620ff9 commit 492b5f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Testing/Concerns/HasAttributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ trait HasAttributes
1717
/**
1818
* Assert that a resource has an attribute with name and value (optional).
1919
*
20-
* @param int|string $name
20+
* @param int|string $name
2121
* @param array<string>|string $value
2222
*
2323
* @return $this

0 commit comments

Comments
 (0)