Merge pull request #10295 from nupplaphil/bug/php7_cs

Fix PHP 7.0 Coding Standards
This commit is contained in:
Hypolite Petovan 2021-05-23 07:38:38 -04:00 committed by GitHub
commit 0238a15809
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 15 deletions

View file

@ -43,7 +43,7 @@ class Attach extends BaseModule
// @TODO: Replace with parameter from router
$item_id = intval($a->argv[1]);
// Check for existence
$item = MAttach::exists(['id' => $item_id]);
if ($item === false) {