Ver código fonte

phpDoc class docs: Use {@inheritDoc} in AbstractPicoPlugin

Daniel Rudolf 5 anos atrás
pai
commit
bbccb374de
1 arquivos alterados com 7 adições e 7 exclusões
  1. 7 7
      lib/AbstractPicoPlugin.php

+ 7 - 7
lib/AbstractPicoPlugin.php

@@ -87,7 +87,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
     }
     }
 
 
     /**
     /**
-     * @see PicoPluginInterface::handleEvent()
+     * {@inheritDoc}
      */
      */
     public function handleEvent($eventName, array $params)
     public function handleEvent($eventName, array $params)
     {
     {
@@ -122,7 +122,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
     }
     }
 
 
     /**
     /**
-     * @see PicoPluginInterface::setEnabled()
+     * {@inheritDoc}
      */
      */
     public function setEnabled($enabled, $recursive = true, $auto = false)
     public function setEnabled($enabled, $recursive = true, $auto = false)
     {
     {
@@ -138,7 +138,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
     }
     }
 
 
     /**
     /**
-     * @see PicoPluginInterface::isEnabled()
+     * {@inheritDoc}
      */
      */
     public function isEnabled()
     public function isEnabled()
     {
     {
@@ -146,7 +146,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
     }
     }
 
 
     /**
     /**
-     * @see PicoPluginInterface::isStatusChanged()
+     * {@inheritDoc}
      */
      */
     public function isStatusChanged()
     public function isStatusChanged()
     {
     {
@@ -154,7 +154,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
     }
     }
 
 
     /**
     /**
-     * @see PicoPluginInterface::getPico()
+     * {@inheritDoc}
      */
      */
     public function getPico()
     public function getPico()
     {
     {
@@ -250,7 +250,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
     }
     }
 
 
     /**
     /**
-     * @see PicoPluginInterface::getDependencies()
+     * {@inheritDoc}
      */
      */
     public function getDependencies()
     public function getDependencies()
     {
     {
@@ -295,7 +295,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
     }
     }
 
 
     /**
     /**
-     * @see PicoPluginInterface::getDependants()
+     * {@inheritDoc}
      */
      */
     public function getDependants()
     public function getDependants()
     {
     {