Skip to content

Commit 19d4f74

Browse files
authored
Update code standards [PHP 5.6] (#37)
* Update code standards * Fix typehints * Fix typehints
1 parent d5b87df commit 19d4f74

File tree

3 files changed

+424
-208
lines changed

3 files changed

+424
-208
lines changed

src/Codeception/Lib/Framework.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ protected function getInternalDomains()
2020
return [];
2121
}
2222

23+
/**
24+
* @param array $settings
25+
*/
2326
public function _beforeSuite($settings = [])
2427
{
2528
/**

0 commit comments

Comments
 (0)