mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-09 16:57:53 +01:00
Upgrade to PSR12 coding standard (#20121)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @link https://www.yiiframework.com/
|
||||
* @copyright Copyright (c) 2008 Yii Software LLC
|
||||
@@ -13,6 +14,7 @@ namespace yii\db\pgsql;
|
||||
* @author Sergei Tigrov <rrr-r@ya.ru>
|
||||
* @author Dmytro Naumenko <d.naumenko.a@gmail.com>
|
||||
* @since 2.0.14
|
||||
* @phpcs:disable Squiz.NamingConventions.ValidVariableName.PrivateNoUnderscore
|
||||
*/
|
||||
class ArrayParser
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user