Skip to content

Commit 78b4dc8

Browse files
Run fixer again
1 parent a88fd70 commit 78b4dc8

247 files changed

Lines changed: 260 additions & 26 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Clauses/CallClause.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10+
1011
namespace WikibaseSolutions\CypherDSL\Clauses;
1112

1213
use WikibaseSolutions\CypherDSL\Expressions\Variable;

src/Clauses/CallProcedureClause.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10+
1011
namespace WikibaseSolutions\CypherDSL\Clauses;
1112

1213
use WikibaseSolutions\CypherDSL\Expressions\Procedures\Procedure;

src/Clauses/Clause.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10+
1011
namespace WikibaseSolutions\CypherDSL\Clauses;
1112

1213
use WikibaseSolutions\CypherDSL\QueryConvertible;

src/Clauses/CreateClause.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10+
1011
namespace WikibaseSolutions\CypherDSL\Clauses;
1112

1213
use WikibaseSolutions\CypherDSL\Patterns\CompletePattern;

src/Clauses/DeleteClause.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10+
1011
namespace WikibaseSolutions\CypherDSL\Clauses;
1112

1213
use WikibaseSolutions\CypherDSL\Patterns\Pattern;

src/Clauses/LimitClause.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10+
1011
namespace WikibaseSolutions\CypherDSL\Clauses;
1112

1213
use WikibaseSolutions\CypherDSL\Query;

src/Clauses/MatchClause.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10+
1011
namespace WikibaseSolutions\CypherDSL\Clauses;
1112

1213
use WikibaseSolutions\CypherDSL\Patterns\CompletePattern;

src/Clauses/MergeClause.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10+
1011
namespace WikibaseSolutions\CypherDSL\Clauses;
1112

1213
use WikibaseSolutions\CypherDSL\Patterns\CompletePattern;

src/Clauses/OptionalMatchClause.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10+
1011
namespace WikibaseSolutions\CypherDSL\Clauses;
1112

1213
use WikibaseSolutions\CypherDSL\Patterns\CompletePattern;

src/Clauses/OrderByClause.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
99
*/
10+
1011
namespace WikibaseSolutions\CypherDSL\Clauses;
1112

1213
use WikibaseSolutions\CypherDSL\Expressions\Property;

0 commit comments

Comments
 (0)