]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/Updater.php
Cleanup: use safe boolean comparisons
[github/shaarli/Shaarli.git] / application / Updater.php
index 621c7238336a4e128187ca576b0d2784aaadcf86..704ce7ab1282ea7a4a262bad13a9c124d4be4750 100644 (file)
@@ -69,7 +69,7 @@ class Updater
             return $updatesRan;
         }
 
-        if ($this->methods == null) {
+        if ($this->methods === null) {
             throw new UpdaterException('Couldn\'t retrieve Updater class methods.');
         }