[phpMyAdmin Git] [phpmyadmin/sql-parser] 557fa3: Order imports

Michal Čihař michal at cihar.com
Mon Feb 13 12:03:39 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/sql-parser
  Commit: 557fa33ae37f8bfb95d6f415e0d4ad43cf20093e
      https://github.com/phpmyadmin/sql-parser/commit/557fa33ae37f8bfb95d6f415e0d4ad43cf20093e
  Author: Damian Dlugosz <bigfootdd at gmail.com>
  Date:   2017-02-12 (Sun, 12 Feb 2017)

  Changed paths:
    M .php_cs
    M src/Components/CreateDefinition.php
    M src/Components/Expression.php
    M src/Components/Key.php
    M src/Components/ParameterDefinition.php
    M src/Components/Reference.php
    M src/Statements/AlterStatement.php
    M src/Statements/AnalyzeStatement.php
    M src/Statements/CallStatement.php
    M src/Statements/CreateStatement.php
    M src/Statements/DeleteStatement.php
    M src/Statements/DropStatement.php
    M src/Statements/InsertStatement.php
    M src/Statements/MaintenanceStatement.php
    M src/Statements/OptimizeStatement.php
    M src/Statements/RenameStatement.php
    M src/Statements/ReplaceStatement.php
    M src/Statements/SelectStatement.php
    M src/Statements/SetStatement.php
    M src/Statements/TransactionStatement.php
    M src/Statements/TruncateStatement.php
    M src/Statements/UpdateStatement.php
    M src/Utils/CLI.php
    M src/Utils/Query.php
    M src/Utils/Routine.php
    M tests/Builder/CreateStatementTest.php
    M tests/Builder/StatementTest.php
    M tests/Components/Array2dTest.php
    M tests/Components/ArrayObjTest.php
    M tests/Components/CaseExpressionTest.php
    M tests/Components/ComponentTest.php
    M tests/Components/ConditionTest.php
    M tests/Components/CreateDefinitionTest.php
    M tests/Components/ExpressionArrayTest.php
    M tests/Components/ExpressionTest.php
    M tests/Components/IntoKeywordTest.php
    M tests/Components/JoinKeywordTest.php
    M tests/Components/KeyTest.php
    M tests/Components/LimitTest.php
    M tests/Components/OptionsArrayTest.php
    M tests/Components/ParameterDefinitionTest.php
    M tests/Components/PartitionDefinitionTest.php
    M tests/Components/ReferenceTest.php
    M tests/Components/RenameOperationTest.php
    M tests/Lexer/IsMethodsTest.php
    M tests/Lexer/TokenTest.php
    M tests/Lexer/TokensListTest.php
    M tests/Misc/UtfStringTest.php
    M tests/Parser/ParserTest.php
    M tests/Parser/SelectStatementTest.php
    M tests/Utils/BufferedQueryTest.php
    M tests/Utils/ErrorTest.php
    M tests/Utils/FormatterTest.php
    M tests/Utils/MiscTest.php
    M tests/Utils/QueryTest.php
    M tests/Utils/RoutineTest.php
    M tests/Utils/TableTest.php
    M tests/Utils/TokensTest.php

  Log Message:
  -----------
  Order imports


  Commit: 802d17a88c3b86ccae5914dc0db83ac37b286d09
      https://github.com/phpmyadmin/sql-parser/commit/802d17a88c3b86ccae5914dc0db83ac37b286d09
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-02-13 (Mon, 13 Feb 2017)

  Changed paths:
    M .php_cs
    M src/Components/CreateDefinition.php
    M src/Components/Expression.php
    M src/Components/Key.php
    M src/Components/ParameterDefinition.php
    M src/Components/Reference.php
    M src/Statements/AlterStatement.php
    M src/Statements/AnalyzeStatement.php
    M src/Statements/CallStatement.php
    M src/Statements/CreateStatement.php
    M src/Statements/DeleteStatement.php
    M src/Statements/DropStatement.php
    M src/Statements/InsertStatement.php
    M src/Statements/MaintenanceStatement.php
    M src/Statements/OptimizeStatement.php
    M src/Statements/RenameStatement.php
    M src/Statements/ReplaceStatement.php
    M src/Statements/SelectStatement.php
    M src/Statements/SetStatement.php
    M src/Statements/TransactionStatement.php
    M src/Statements/TruncateStatement.php
    M src/Statements/UpdateStatement.php
    M src/Utils/CLI.php
    M src/Utils/Query.php
    M src/Utils/Routine.php
    M tests/Builder/CreateStatementTest.php
    M tests/Builder/StatementTest.php
    M tests/Components/Array2dTest.php
    M tests/Components/ArrayObjTest.php
    M tests/Components/CaseExpressionTest.php
    M tests/Components/ComponentTest.php
    M tests/Components/ConditionTest.php
    M tests/Components/CreateDefinitionTest.php
    M tests/Components/ExpressionArrayTest.php
    M tests/Components/ExpressionTest.php
    M tests/Components/IntoKeywordTest.php
    M tests/Components/JoinKeywordTest.php
    M tests/Components/KeyTest.php
    M tests/Components/LimitTest.php
    M tests/Components/OptionsArrayTest.php
    M tests/Components/ParameterDefinitionTest.php
    M tests/Components/PartitionDefinitionTest.php
    M tests/Components/ReferenceTest.php
    M tests/Components/RenameOperationTest.php
    M tests/Lexer/IsMethodsTest.php
    M tests/Lexer/TokenTest.php
    M tests/Lexer/TokensListTest.php
    M tests/Misc/UtfStringTest.php
    M tests/Parser/ParserTest.php
    M tests/Parser/SelectStatementTest.php
    M tests/Utils/BufferedQueryTest.php
    M tests/Utils/ErrorTest.php
    M tests/Utils/FormatterTest.php
    M tests/Utils/MiscTest.php
    M tests/Utils/QueryTest.php
    M tests/Utils/RoutineTest.php
    M tests/Utils/TableTest.php
    M tests/Utils/TokensTest.php

  Log Message:
  -----------
  Merge pull request #136 from bigfoot90/cs-fix-order-imports

Cs fix order imports


Compare: https://github.com/phpmyadmin/sql-parser/compare/c0a420d542a5...802d17a88c3b


More information about the Git mailing list