Skip to content

Commit

Permalink
strict_types not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Mar 2, 2023
1 parent 4a3c90f commit 0593fb1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/wp-includes/sqlite/class-wp-sqlite-lexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* @see https://github.com/phpmyadmin/sql-parser
*/

declare(strict_types=1);

/**
* Performs lexical analysis over a SQL statement and splits it in multiple tokens.
*/
Expand Down
2 changes: 0 additions & 2 deletions src/wp-includes/sqlite/class-wp-sqlite-token.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* @see https://github.com/phpmyadmin/sql-parser
*/

declare(strict_types=1);

/**
* Defines a token along with a set of types and flags and utility functions.
*
Expand Down

0 comments on commit 0593fb1

Please sign in to comment.