Merge pull request #9685 from frederic34/patch-9

PSR2.Classes.ClassDeclaration.CloseBraceAfterBody
This commit is contained in:
Laurent Destailleur 2018-10-06 12:39:30 +02:00 committed by GitHub
commit f742b0f55b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -742,6 +742,4 @@ class Notify
if (! $error) return $num;
else return -1 * $error;
}
}