We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44d869 commit 0b78aa0Copy full SHA for 0b78aa0
tests/tests/TestBehatTags.php
@@ -35,7 +35,7 @@ protected function tear_down(): void {
35
*
36
* @param string $dir The directory to remove.
37
*/
38
- private function remove_dir( $dir ) {
+ private function remove_dir( $dir ): void {
39
if ( ! is_dir( $dir ) ) {
40
return;
41
}
0 commit comments