Skip to content

Commit ca4ff4f

Browse files
committed
Add PSR to features list
1 parent 5537482 commit ca4ff4f

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,15 @@ Eloquent boolean & timestamp flagged attributes behavior. Enhance eloquent model
2929

3030
## Features
3131

32-
- Designed to work with Laravel Eloquent models
33-
- Each model can has as many flags as required
34-
- Each flag adds global query scopes to models
35-
- 2 logical groups of flags: `Classic`, `Inverse`
36-
- 2 types of flags: `Boolean`, `Timestamp`
37-
- Covered with unit tests
32+
- Designed to work with Laravel Eloquent models.
33+
- Each model can has as many flags as required.
34+
- Each flag adds global query scopes to models.
35+
- 2 logical groups of flags: `Classic`, `Inverse`.
36+
- 2 types of flags: `Boolean`, `Timestamp`.
37+
- Following PHP Standard Recommendations:
38+
- [PSR-2 (Coding Style Guide)](http://www.php-fig.org/psr/psr-2/).
39+
- [PSR-4 (Autoloading Standard)](http://www.php-fig.org/psr/psr-4/).
40+
- Covered with unit tests.
3841

3942
## Available flags list
4043

0 commit comments

Comments
 (0)