Completed
Push — master ( 4ff2ad...4ba911 )
by Franck
03:40
created
src/php/Apix/View/ViewModel/Common.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
     /**
90 90
      * Returns the man index/section string.
91 91
      *
92
-     * @return integer
92
+     * @return string
93 93
      */
94 94
     public function getManTocSection()
95 95
     {
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
     /**
110 110
      * _def - view helper.
111 111
      *
112
-     * @return string
112
+     * @return \Closure
113 113
      */
114 114
     public function _def()
115 115
     {
@@ -191,6 +191,9 @@  discard block
 block discarded – undo
191 191
 
192 192
     /* ---- generic helpers --- */
193 193
 
194
+    /**
195
+     * @param string $mix
196
+     */
194 197
     public function hasMany($mix)
195 198
     {
196 199
         if (is_string($mix) && isset($this->{$mix})) {
Please login to merge, or discard this patch.