18 Commits

Author SHA1 Message Date
MathiasReker
6ec696d00b Final public method for abstract class
All public methods of abstract classes should be final. Enforce API encapsulation in an inheritance architecture. If you want to override a method, use the Template method pattern.
2022-06-16 21:09:49 +02:00
Mario Simão
56970cc221 style: Adopt PSR12
Dev dependency flyeralarm/php-code-validator has been removed.

Closes #444
2021-10-01 10:26:04 -03:00
Dominik Liebler
4678b5d86f PHP8 2021-04-12 14:04:45 +02:00
Dominik Liebler
579a5ac946 update deps & install rector 2019-12-14 13:41:03 +01:00
Dominik Liebler
e02bcea33f put declare() in the same line as the php tag 2019-08-19 18:11:49 +02:00
Dominik Liebler
de5c0c929c explicitely set script_types=1 2019-08-17 21:58:04 +02:00
Dominik Liebler
79f25f8442 #226 fixed Builder 2016-09-23 11:29:28 +02:00
Dominik Liebler
9f42521e8f PHP7 Builder 2016-09-22 13:36:58 +02:00
Dominik Liebler
1da5772226 removed superfluous Class comments 2016-09-22 09:18:20 +02:00
Andrew Nester
e83e37cc1c 181 - Updated doc for Vehicle class in Builder pattern 2016-01-16 16:29:07 +03:00
Dominik Liebler
fe1f144ec3 Applied fixes from StyleCI 2015-12-21 07:28:20 -05:00
Dominik Liebler
8eed6f9c21 Merge pull request #130 from nueckman/codestyle-1
codestyle - remove trailing whitespaces
2015-04-09 21:40:48 +02:00
Faust
ff327e3a0c Change index.rst to README.rst
remove all pattern's README.md
2015-04-05 06:05:24 +02:00
Faust
9fd800b9f6 fix embed some files and add download link to README.md 2015-04-03 00:24:24 +02:00
Faust
bba8b0df43 execute read-the-docs.sh 2015-04-02 00:03:33 +02:00
Nils Rückmann
2bc3d20e5e codestyle - remove trailing whitespaces 2015-03-27 12:19:20 +01:00
Antonio Spinelli
7bf6593e3f it was created the Creational namespace and append its patterns 2014-04-15 22:59:59 -03:00
Antonio Spinelli
e59d70a0ac start a restructure 2014-03-21 18:03:45 -03:00