CodeDoc/Data/Class.php
authorAlan Knowles <alan@roojs.com>
Mon, 17 Oct 2016 01:51:55 +0000 (09:51 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 17 Oct 2016 01:51:55 +0000 (09:51 +0800)
CodeDoc/Data/Class.php

index 480fe4b..a30d08a 100644 (file)
@@ -64,7 +64,7 @@ class PHP_CodeDoc_Data_Class {
     {
         $ret = array();
         $cats = array();
-        $cls = str_replace('_','-',strtolower($this->name))
+        $cls = str_replace('_','-',strtolower($this->name));
         foreach($this->Operations as $op) {
             
             if (!isset($op->description->category)) {