diff --git a/language/oop5/patterns.xml b/language/oop5/patterns.xml index dfcb81e496..9b828797ee 100644 --- a/language/oop5/patterns.xml +++ b/language/oop5/patterns.xml @@ -1,5 +1,5 @@ - + Patterns @@ -7,7 +7,7 @@ They show a flexible solution to common programming problems. - + Factory The Factory pattern allows for the instantation of objects @@ -55,7 +55,7 @@ $sqlite = Example::factory('SQLite'); - + Singleton The Singleton pattern applies to situations in which