Skip to content

Commit e730d68

Browse files
Change getFullWhiteList method to static
1 parent 551e5ea commit e730d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/static/testsuite/Magento/Test/Php/LiveCodeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function ($file) use ($fileHasAllowedType, $fileIsInAllowedDirectory) {
194194
*
195195
* @return array
196196
*/
197-
private function getFullWhitelist()
197+
private static function getFullWhitelist()
198198
{
199199
return Files::init()->readLists(__DIR__ . '/_files/whitelist/common.txt');
200200
}

0 commit comments

Comments
 (0)