We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282f3a4 commit 37ceb8cCopy full SHA for 37ceb8c
.github/workflows/cs-fixer.yml
@@ -2,6 +2,8 @@ name: PHP CS Fixer
2
3
on:
4
push:
5
+ branches:
6
+ - main
7
paths:
8
- '**/*.php'
9
pull_request:
tests/Integration/Neo4jQueryAPIIntegrationTest.php
@@ -428,8 +428,8 @@ public function testWithArray(): void
428
{
429
$expected = new ResultSet(
430
[
431
- new ResultRow(['n.name' => 'alicy']),
432
- new ResultRow(['n.name' => 'bob1'])
+ new ResultRow(['n.name' => 'bob1']),
+ new ResultRow(['n.name' => 'alicy'])
433
],
434
new ResultCounters(
435
containsUpdates: false,
0 commit comments