mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-10 17:04:01 +02:00
some typo and comments
This commit is contained in:
@@ -23,7 +23,7 @@ namespace DesignPatterns\Iterator;
|
||||
* arrays.
|
||||
*
|
||||
* If tomorrow you decide to read cards from a database, the client
|
||||
* (see the PHPUnit test) will remain unchanged. That's beauty of it.
|
||||
* (see the PHPUnit test) will remain unchanged. That's the beauty of it.
|
||||
*/
|
||||
class CardGame implements \Iterator
|
||||
{
|
||||
|
Reference in New Issue
Block a user