Skip to content

Commit 345e92c

Browse files
committed
spaces
1 parent c4598bc commit 345e92c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ final class RealClass
148148
}
149149
```
150150
151-
But we want to mock only one of them:
151+
<br>
152+
153+
But we want to **mock only one of them**:
152154
153155
```php
154156
use Rector\SwissKnife\Testing\MockWire;
@@ -162,6 +164,8 @@ $realClass = MockWire::create(RealClass::class, [
162164
]);
163165
```
164166
167+
<br>
168+
165169
Or pass direct instance:
166170
167171
```php
@@ -283,6 +287,8 @@ We made a command to automate this process and spot the traits most likely to be
283287
vendor/bin/swiss-knife spot-lazy-traits src
284288
```
285289
290+
<br>
291+
286292
By default, the commands look for traits used max 2-times. To change that:
287293
288294
```bash

0 commit comments

Comments
 (0)