mirror of
https://github.com/dg/dibi.git
synced 2025-08-26 07:24:25 +02:00
This commit is contained in:
@@ -49,6 +49,7 @@ class DibiException extends Exception
|
||||
}
|
||||
|
||||
|
||||
|
||||
public function __toString()
|
||||
{
|
||||
$s = parent::__toString();
|
||||
|
@@ -137,7 +137,6 @@ final class DibiTranslator
|
||||
|
||||
|
||||
|
||||
|
||||
private function formatValue($value, $modifier)
|
||||
{
|
||||
// array processing (with or without modifier)
|
||||
@@ -287,7 +286,6 @@ final class DibiTranslator
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* PREG callback for @see self::formatValue()
|
||||
* @param array
|
||||
|
Reference in New Issue
Block a user