Browse Source

Rename getter

Jordi Boggiano 13 years ago
parent
commit
b96b7a8152
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Packagist/WebBundle/Entity/Package.php

+ 1 - 1
src/Packagist/WebBundle/Entity/Package.php

@@ -437,7 +437,7 @@ class Package
      *
      * @return Boolean
      */
-    public function getAutoUpdated()
+    public function isAutoUpdated()
     {
         return $this->autoUpdated;
     }