1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-09 15:47:23 +02:00

removed NClass

This commit is contained in:
David Grudl
2007-12-11 07:28:55 +00:00
parent 2c8906e7c4
commit 041f059408
18 changed files with 109 additions and 139 deletions

View File

@@ -63,8 +63,8 @@ final class DibiResultIterator implements Iterator
/**
* Required by the Iterator interface
* @param int offset
* @param int limit
* @param int offset
* @param int limit
*/
public function __construct(DibiResult $result, $offset, $limit)
{