diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,7 +34,7 @@ In general I am happy to work with many different coding standards, but here I h I have added a constraint to the composer json for this test so that php7 is a hard requirement. I decided that it's useful to show that I understand the differences in major and minor versions of PHP and can therefore write relevant and runnable code that runs, regardless of the system constraints. # Structure -Set-up of classes using composer and PSR4 autoloading standard +Set-up of classes using composer and PSR4 autoloading standard. ## Input handling @@ -50,7 +50,7 @@ Here I decided against of any long-term persistence and instead I have created a ## File Handling -I have also kept this part as simple as possible. The class `App\Handler\File` simply loads a file into a string for proper parsing later +I have also kept this part as simple as possible. The class `App\Handler\File` simply loads a file into a string for proper parsing later. ## Model |