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 360d73d commit b77f2c8Copy full SHA for b77f2c8
src/Redmine/Client/ClientApiTrait.php
@@ -58,7 +58,7 @@ private function isUploadCall(string $path): bool
58
{
59
$path = strtolower($path);
60
61
- return (false !== strpos($path, '/uploads.json')) or (false !== strpos($path, '/uploads.xml'));
+ return (false !== strpos($path, '/uploads.json')) || (false !== strpos($path, '/uploads.xml'));
62
}
63
64
private function isUploadCallAndFilepath(string $path, string $body): bool
0 commit comments