Skip to content

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