Skip to content

Commit 6c390fa

Browse files
Fixed code style according to the PER standard in the "Good" block
1 parent 60d11b1 commit 6c390fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

storage/library/clear-code/abbr.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ class UsrCtrl extends Controller {
5353

5454
```php
5555
// Хорошо ✅
56-
class ProfileController extends Controller {
57-
public function get() {
56+
class ProfileController extends Controller
57+
{
58+
public function get()
59+
{
5860
// ...
5961
}
6062
}

0 commit comments

Comments
 (0)