summaryrefslogtreecommitdiffstats
path: root/src/Components/ArrayObj.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Components/ArrayObj.php')
-rw-r--r--src/Components/ArrayObj.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Components/ArrayObj.php b/src/Components/ArrayObj.php
index 2d10ff1..1166a9b 100644
--- a/src/Components/ArrayObj.php
+++ b/src/Components/ArrayObj.php
@@ -13,10 +13,6 @@ use PhpMyAdmin\SqlParser\TokensList;
/**
* Parses an array.
- *
- * @category Components
- *
- * @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
*/
class ArrayObj extends Component
{
@@ -35,8 +31,6 @@ class ArrayObj extends Component
public $values = [];
/**
- * Constructor.
- *
* @param array $raw the unprocessed values
* @param array $values the processed values
*/
@@ -158,7 +152,6 @@ class ArrayObj extends Component
// () => array()
// (a,) => array('a', '')
// (a) => array('a')
- //
$lastRaw = trim($lastRaw);
if (empty($options['type'])
&& ((strlen($lastRaw) > 0) || ($isCommaLast))