Skip to content

Commit a92442c

Browse files
authored
💚 Fix Travis
Fixed an issue with Generic.PHP.LowerCaseConstant.Found
1 parent b7ab952 commit a92442c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isbn/swiss.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
],
5656
];
5757
$context = stream_context_create($contextOptions);
58-
$result = file_get_contents($urlBase . $suchString . $urlSuffix, FALSE, $context);
58+
$result = file_get_contents($urlBase . $suchString . $urlSuffix, false, $context);
5959

6060
if ($result === false) {
6161
header('HTTP/1.1 400 Bad Request');

0 commit comments

Comments
 (0)