mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 22:26:43 +02:00
updated phpDoc
This commit is contained in:
@@ -95,7 +95,7 @@ class DibiFluent extends DibiObject implements IDataSource
|
||||
/** @var array */
|
||||
private $cursor;
|
||||
|
||||
/** @var DibiLazyStorage normalized clauses */
|
||||
/** @var DibiLazyStorage normalized clauses */
|
||||
private static $normalizer;
|
||||
|
||||
|
||||
@@ -476,7 +476,7 @@ class DibiFluent extends DibiObject implements IDataSource
|
||||
* Format camelCase clause name to UPPER CASE.
|
||||
* @param string
|
||||
* @return string
|
||||
* @internal
|
||||
* @internal
|
||||
*/
|
||||
public static function _formatClause($s)
|
||||
{
|
||||
|
Reference in New Issue
Block a user