]> git.agnieray.net Git - galette.git/commitdiff
Fix doc
authorJohan Cwiklinski <johan@x-tnd.be>
Thu, 11 Jun 2020 19:02:18 +0000 (21:02 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Thu, 11 Jun 2020 19:02:18 +0000 (21:02 +0200)
galette/lib/Galette/Core/Plugins.php

index 03e2a9580b63cf7c1bd889d751e41439df2d77fa..befb783c1852559cdf9fb2066c15d20b28189531 100644 (file)
@@ -402,7 +402,7 @@ class Plugins
      *
      * @param string $id Optionnal module ID
      *
-     * @return <b>array</b>
+     * @return array
      */
     public function getModules($id = null)
     {
@@ -417,7 +417,7 @@ class Plugins
      *
      * @param string $id Module ID
      *
-     * @return <b>boolean</b>
+     * @return boolean
      */
     public function moduleExists($id)
     {
@@ -427,7 +427,7 @@ class Plugins
     /**
      * Returns all disabled modules in an array
      *
-     * @return <b>array</b>
+     * @return array
      */
     public function getDisabledModules()
     {
@@ -439,7 +439,7 @@ class Plugins
      *
      * @param string $id Module ID
      *
-     * @return <b>string</b>
+     * @return string
      */
     public function moduleRoot($id)
     {
@@ -572,7 +572,7 @@ class Plugins
      * @param array $a A module
      * @param array $b Another module
      *
-     * @return 1 if a has the highest priority, -1 otherwise
+     * @return 1|-1 1 if a has the highest priority, -1 otherwise
      */
     private function sortModules($a, $b)
     {
@@ -588,7 +588,7 @@ class Plugins
      *
      * @param string $id Module's ID
      *
-     * @return Concatenated templates path for requested module
+     * @return string  Concatenated templates path for requested module
      */
     public function getTemplatesPath($id)
     {
@@ -600,7 +600,7 @@ class Plugins
      *
      * @param string $name Module's name
      *
-     * @return Concatenated templates path for requested module
+     * @return string Concatenated templates path for requested module
      */
     public function getTemplatesPathFromName($name)
     {