Browse Source

fixed doc

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
851f436fd1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Doc/Business/LuDocBusiness.php

+ 1
- 1
src/Doc/Business/LuDocBusiness.php View File

178
                 $p["annotations"] = "Optional. Default value: " . $param->getDefaultValue();
178
                 $p["annotations"] = "Optional. Default value: " . $param->getDefaultValue();
179
             }
179
             }
180
 
180
 
181
-            if (strpos($p["name"], "_") != 0) {
181
+            if (strpos($p["name"], "_") !== 0) {
182
                 $parameters[] = $p;
182
                 $parameters[] = $p;
183
             }
183
             }
184
         }
184
         }

Loading…
Cancel
Save