Skip to content

Commit 0b78aa0

Browse files
committed
add return type
1 parent b44d869 commit 0b78aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests/TestBehatTags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ protected function tear_down(): void {
3535
*
3636
* @param string $dir The directory to remove.
3737
*/
38-
private function remove_dir( $dir ) {
38+
private function remove_dir( $dir ): void {
3939
if ( ! is_dir( $dir ) ) {
4040
return;
4141
}

0 commit comments

Comments
 (0)