Apply fixes from StyleCI

This commit is contained in:
ThinkPHP
2016-12-24 13:46:11 +00:00
committed by StyleCI Bot
parent 18f8ee155d
commit 3363dd6226
31 changed files with 1548 additions and 1557 deletions

View File

@@ -71,4 +71,4 @@ class Collection extends \think\Collection
throw new Exception('method not exists:' . __CLASS__ . '->' . $method);
}
}
}
}

View File

@@ -102,7 +102,6 @@ class Bootstrap extends Paginator
return $html;
}
/**
* 渲染分页html
* @return mixed
@@ -127,7 +126,6 @@ class Bootstrap extends Paginator
}
}
/**
* 生成一个可点击的按钮
*
@@ -204,4 +202,4 @@ class Bootstrap extends Paginator
return $this->getAvailablePageWrapper($url, $page);
}
}
}