Skip to content

Commit 4a43f81

Browse files
committed
Updated all deps (see below) + fixed small standard problem the newer version of friendsofphp/php-cs-fixer detected:
- Installing doctrine/deprecations (v1.0.0) - Removing laminas/laminas-json (3.5.0) - Upgrading colinmollenhour/php-redis-session-abstract (v1.4.6 => v1.4.7) - Upgrading composer/ca-bundle (1.3.4 => 1.3.5) - Upgrading composer/pcre (3.0.2 => 3.1.0) - Upgrading doctrine/annotations (1.13.3 => 1.14.2) - Upgrading doctrine/instantiator (1.4.1 => 2.0.0) - Upgrading doctrine/lexer (1.2.3 => 2.1.0) - Upgrading ergebnis/composer-normalize (2.28.3 => 2.29.0) - Upgrading ergebnis/json-printer (3.2.0 => 3.3.0) - Upgrading friendsofphp/php-cs-fixer (v3.13.0 => v3.13.2) - Upgrading laminas/laminas-captcha (2.13.0 => 2.16.0) - Upgrading laminas/laminas-db (2.15.0 => 2.16.3) - Upgrading laminas/laminas-eventmanager (3.6.0 => 3.10.0) - Upgrading laminas/laminas-http (2.17.1 => 2.18.0) - Upgrading laminas/laminas-mail (2.19.0 => 2.21.1) - Upgrading laminas/laminas-recaptcha (3.4.0 => 3.6.0) - Upgrading laminas/laminas-servicemanager (3.19.0 => 3.20.0) - Upgrading laminas/laminas-session (2.13.0 => 2.16.0) - Upgrading laminas/laminas-stdlib (3.15.0 => 3.16.1) - Upgrading laminas/laminas-text (2.9.0 => 2.10.0) - Upgrading laminas/laminas-validator (2.28.0 => 2.29.0) - Upgrading magento/magento-coding-standard (27 => 30) - Upgrading nikic/php-parser (v4.15.2 => v4.15.3) - Upgrading phpstan/phpstan (1.9.2 => 1.9.12) - Upgrading phpstan/phpstan-deprecation-rules (1.0.0 => 1.1.1) - Upgrading phpunit/php-code-coverage (9.2.18 => 9.2.23) - Upgrading phpunit/phpunit (9.5.26 => 9.5.28) - Upgrading ramsey/collection (1.2.2 => 1.3.0) - Upgrading rector/rector (0.13.10 => 0.14.8) - Upgrading symfony/console (v4.4.48 => v4.4.49) - Upgrading symfony/console (v6.1.7 => v6.2.3) - Upgrading symfony/deprecation-contracts (v3.1.1 => v3.2.0) - Upgrading symfony/event-dispatcher (v6.1.0 => v6.2.2) - Upgrading symfony/event-dispatcher-contracts (v3.1.1 => v3.2.0) - Upgrading symfony/filesystem (v6.1.5 => v6.2.0) - Upgrading symfony/finder (v6.1.3 => v6.2.3) - Upgrading symfony/options-resolver (v6.1.0 => v6.2.0) - Upgrading symfony/process (v6.1.3 => v6.2.0) - Upgrading symfony/service-contracts (v3.1.1 => v3.2.0) - Upgrading symfony/stopwatch (v6.1.5 => v6.2.0) - Upgrading symfony/string (v6.1.7 => v6.2.2) - Upgrading webonyx/graphql-php (v14.11.8 => v14.11.9) - Upgrading webonyx/graphql-php (v14.11.8 => v15.0.1) - Upgrading wikimedia/less.php (v3.1.0 => v3.2.0)
1 parent 171dfdf commit 4a43f81

File tree

5 files changed

+482
-488
lines changed

5 files changed

+482
-488
lines changed

Ui/Component/Listing/Column/EditAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function prepareDataSource(array $dataSource)
4848

4949
$item[$this->getData('name')] = [
5050
'edit' => [
51-
'href' => $this->urlBuilder->getUrl(
51+
'href' => $this->urlBuilder->getUrl(
5252
$editUrlPath,
5353
[
5454
'id' => $entityId,

0 commit comments

Comments
 (0)