Commit Graph

6 Commits

Author SHA1 Message Date
Kacper Majczak
d18f1c7e6f Implement CommandFactory 2022-09-12 15:07:47 +02:00
Kacper Majczak
b6b41e3d94 Move body from client to command classes 2022-09-12 15:07:47 +02:00
Kacper Majczak
795c150ab5 Eliminate if statements using Guard Clause 2022-09-12 15:07:47 +02:00
Kacper Majczak
c10371164c Extract some methods to clean up code 2022-09-12 15:07:47 +02:00
Kacper Majczak
e0ab06959b Use consts and change way of assigning properties 2022-09-12 15:07:47 +02:00
Pen-y-Fan
b4a02d3f5e Updated PHP version for PHP7.2+
Removed PHP5 (no longer supported)
Renamed PHP7 to PHP - consistent with other kata
Added the same helpers as other PHP Kata
Updated the code to PHP7.2+ standard
Didn't change GildedRose updateQuality method
Updated GildedRoseTest (still failing)
Added ApprovalTest (passing)
- same text file as texttests / ThirtyDays / stdout.gr (only renamed).
2020-07-23 22:49:59 +01:00