Skip to content

Commit 1ae04b3

Browse files
author
Oleksandr Gorkun
committed
MAGETWO-92160: Log File Validation
1 parent 43d3a0f commit 1ae04b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev/tests/functional/utils/log.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
declare(strict_types=1);
8+
79
if (!isset($_GET['name'])) {
810
throw new \InvalidArgumentException(
911
'The name of log file is required for getting logs.'

0 commit comments

Comments
 (0)