Skip to content

Commit

Permalink
Update packages (#172)
Browse files Browse the repository at this point in the history
 - phpstan/phpstan updated from 1.10.21 to 1.10.25 patch
   See changes: phpstan/phpstan@1.10.21...1.10.25
   Release notes: https://github.com/phpstan/phpstan/releases/tag/1.10.25

 - efabrica/phpstan-latte updated from 0.13.1 to 0.13.2 patch
   See changes: efabrica-team/phpstan-latte@0.13.1...0.13.2
   Release notes: https://github.com/efabrica-team/phpstan-latte/releases/tag/0.13.2

 - phpstan/phpdoc-parser updated from 1.22.0 to 1.22.1 patch
   See changes: phpstan/phpdoc-parser@1.22.0...1.22.1
   Release notes: https://github.com/phpstan/phpdoc-parser/releases/tag/1.22.1

 - roave/security-advisories updated from dev-latest@9920192 to dev-latest@a4feff1
   See changes: Roave/SecurityAdvisories@9920192...a4feff1

 - spaze/phpstan-disallowed-calls updated from v2.15.0 to v2.15.1 patch
   See changes: spaze/phpstan-disallowed-calls@v2.15.0...v2.15.1
   Release notes: https://github.com/spaze/phpstan-disallowed-calls/releases/tag/v2.15.1
  • Loading branch information
spaze authored Jul 10, 2023
2 parents 82d0b72 + a664308 commit dfa4679
Show file tree
Hide file tree
Showing 41 changed files with 355 additions and 247 deletions.
88 changes: 51 additions & 37 deletions site/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions site/tests/Training/Dates/UpcomingTrainingDatesTest.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ class UpcomingTrainingDatesTest extends TestCase
'note' => 'Note 4',
],
];
$result = array_filter($result, function (array $row) use ($includeNonPublic): bool {
$result = array_values(array_filter($result, function (array $row) use ($includeNonPublic): bool {
return $includeNonPublic || $row['public'];
});
}));
$this->database->setFetchAllDefaultResult($result);
}

Expand Down
Loading

0 comments on commit dfa4679

Please sign in to comment.