summaryrefslogtreecommitdiffstats
path: root/src/Statements/LockStatement.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Statements/LockStatement.php')
-rw-r--r--src/Statements/LockStatement.php8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/Statements/LockStatement.php b/src/Statements/LockStatement.php
index d4c6cb1..6444586 100644
--- a/src/Statements/LockStatement.php
+++ b/src/Statements/LockStatement.php
@@ -1,8 +1,8 @@
<?php
-
/**
* `LOCK` statement.
*/
+declare(strict_types=1);
namespace PhpMyAdmin\SqlParser\Statements;
@@ -14,10 +14,6 @@ use PhpMyAdmin\SqlParser\TokensList;
/**
* `LOCK` statement.
- *
- * @category Statements
- *
- * @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
*/
class LockStatement extends Statement
{
@@ -26,7 +22,7 @@ class LockStatement extends Statement
*
* @var LockExpression[]
*/
- public $locked = array();
+ public $locked = [];
/**
* Whether it's a LOCK statement