Completed
Push — master ( c957b5...7921f6 )
by WEBEWEB
11:53
created
Twig/Extension/Menu/AbstractMenuTwigExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -181,7 +181,7 @@
 block discarded – undo
181 181
     /**
182 182
      * Determines if a node is valid.
183 183
      *
184
-     * @param mixed $node The node.
184
+     * @param \WBW\Library\Core\Model\Node\AbstractNode $node The node.
185 185
      * @return bool Returns true in case of success, false otherwise.
186 186
      */
187 187
     private function isValidNode($node) {
Please login to merge, or discard this patch.
Twig/Extension/UI/ButtonTwigExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
     /**
105 105
      * Get the Twig filters.
106 106
      *
107
-     * @return array Returns the Twig filters.
107
+     * @return Twig_SimpleFilter[] Returns the Twig filters.
108 108
      */
109 109
     public function getFilters() {
110 110
         return [
Please login to merge, or discard this patch.