Re-add syntax highlighting to daily emails and
...ATDC lessons
This commit is contained in:
parent
0d9bb37503
commit
5fbf48d9ac
48 changed files with 186 additions and 165 deletions
|
@ -12,7 +12,7 @@ Marian Kostadinov ([stochnagara on Twitter](https://twitter.com/stochnagara)) re
|
|||
|
||||
Looking at the previous class:
|
||||
|
||||
```php
|
||||
```language-php
|
||||
class AccountDetails {
|
||||
|
||||
public function __construct(
|
||||
|
@ -25,7 +25,7 @@ class AccountDetails {
|
|||
|
||||
Instead of setting each property as `readonly`, the whole class can instead be marked as `readonly`:
|
||||
|
||||
```php
|
||||
```language-php
|
||||
readonly class AccountDetails {
|
||||
|
||||
public function __construct(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue