mirror of
https://github.com/rectorphp/rector.git
synced 2025-03-14 20:39:43 +01:00
Fix singulars
This commit is contained in:
parent
15f6049ddc
commit
a99c45187a
@ -219,7 +219,7 @@ You can:
|
||||
'set': 'setLocale'
|
||||
```
|
||||
|
||||
- **Remove a value object and use simple types**
|
||||
- **Remove a value object and use simple type**
|
||||
|
||||
```yml
|
||||
rectors:
|
||||
@ -322,7 +322,7 @@ You can:
|
||||
$container->removeService('key');
|
||||
```
|
||||
|
||||
- **Replace `toString` magic method with real ones**
|
||||
- **Replace `toString` magic method with real one**
|
||||
|
||||
```yml
|
||||
rectors:
|
||||
|
Loading…
x
Reference in New Issue
Block a user