Explorar el Código

Rename getter

Jordi Boggiano hace 13 años
padre
commit
b96b7a8152
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
     }