mirror of
https://github.com/dg/dibi.git
synced 2025-08-29 08:49:50 +02:00
typos
This commit is contained in:
@@ -16,7 +16,7 @@ class DibiNettePanel implements Nette\Diagnostics\IBarPanel
|
|||||||
use DibiStrict;
|
use DibiStrict;
|
||||||
|
|
||||||
/** @var int maximum SQL length */
|
/** @var int maximum SQL length */
|
||||||
static public $maxLength = 1000;
|
public static $maxLength = 1000;
|
||||||
|
|
||||||
/** @var bool explain queries? */
|
/** @var bool explain queries? */
|
||||||
public $explain;
|
public $explain;
|
||||||
|
@@ -20,7 +20,7 @@ class Panel implements Tracy\IBarPanel
|
|||||||
use \DibiStrict;
|
use \DibiStrict;
|
||||||
|
|
||||||
/** @var int maximum SQL length */
|
/** @var int maximum SQL length */
|
||||||
static public $maxLength = 1000;
|
public static $maxLength = 1000;
|
||||||
|
|
||||||
/** @var bool explain queries? */
|
/** @var bool explain queries? */
|
||||||
public $explain;
|
public $explain;
|
||||||
|
@@ -14,13 +14,13 @@ class DibiFirePhpLogger
|
|||||||
use DibiStrict;
|
use DibiStrict;
|
||||||
|
|
||||||
/** maximum number of rows */
|
/** maximum number of rows */
|
||||||
static public $maxQueries = 30;
|
public static $maxQueries = 30;
|
||||||
|
|
||||||
/** maximum SQL length */
|
/** maximum SQL length */
|
||||||
static public $maxLength = 1000;
|
public static $maxLength = 1000;
|
||||||
|
|
||||||
/** size of json stream chunk */
|
/** size of json stream chunk */
|
||||||
static public $streamChunkSize = 4990;
|
public static $streamChunkSize = 4990;
|
||||||
|
|
||||||
/** @var int */
|
/** @var int */
|
||||||
public $filter;
|
public $filter;
|
||||||
|
Reference in New Issue
Block a user