Skip to content

Add a few more ??= #47549

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 12, 2022
Merged

Add a few more ??= #47549

merged 1 commit into from
Sep 12, 2022

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? 6.2
Bug fix? no
New feature? no
Deprecations? no
Tickets -
License MIT
Doc PR -

@nicolas-grekas nicolas-grekas merged commit e8826b7 into symfony:6.2 Sep 12, 2022
@nicolas-grekas nicolas-grekas deleted the cs-nullset branch September 12, 2022 09:06
@tigitz tigitz mentioned this pull request Sep 21, 2022
fabpot added a commit that referenced this pull request Sep 23, 2022
This PR was merged into the 6.2 branch.

Discussion
----------

Add a few more ??=

| Q             | A
| ------------- | ---
| Branch?       | 6.2
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | -
| License       | MIT
| Doc PR        | -

Continuation of #47549 using rector with this config

```php
<?php

declare(strict_types=1);

use Rector\Config\RectorConfig;
use Rector\Php74\Rector\Assign\NullCoalescingOperatorRector;

return static function (RectorConfig $rectorConfig): void {
   $rectorConfig->rule(NullCoalescingOperatorRector::class);
};
```

Commits
-------

e681bd5 Add a few more ??=
symfony-splitter pushed a commit to symfony/validator that referenced this pull request Sep 23, 2022
This PR was merged into the 6.2 branch.

Discussion
----------

Add a few more ??=

| Q             | A
| ------------- | ---
| Branch?       | 6.2
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | -
| License       | MIT
| Doc PR        | -

Continuation of symfony/symfony#47549 using rector with this config

```php
<?php

declare(strict_types=1);

use Rector\Config\RectorConfig;
use Rector\Php74\Rector\Assign\NullCoalescingOperatorRector;

return static function (RectorConfig $rectorConfig): void {
   $rectorConfig->rule(NullCoalescingOperatorRector::class);
};
```

Commits
-------

e681bd5021 Add a few more ??=
symfony-splitter pushed a commit to symfony/cache that referenced this pull request Sep 23, 2022
This PR was merged into the 6.2 branch.

Discussion
----------

Add a few more ??=

| Q             | A
| ------------- | ---
| Branch?       | 6.2
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | -
| License       | MIT
| Doc PR        | -

Continuation of symfony/symfony#47549 using rector with this config

```php
<?php

declare(strict_types=1);

use Rector\Config\RectorConfig;
use Rector\Php74\Rector\Assign\NullCoalescingOperatorRector;

return static function (RectorConfig $rectorConfig): void {
   $rectorConfig->rule(NullCoalescingOperatorRector::class);
};
```

Commits
-------

e681bd5021 Add a few more ??=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants