Commit Graph

1252 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
Dominik Liebler
7b24e1185a Merge pull request #476 from sjokkateer/improvement/EAV
EAV: Update missing type declarations
2022-05-19 12:42:01 +02:00
Remy Bos
83df396fc9 EAV TESTS: EAVTest::testCanAddAttributeToEntity() add return type 2022-05-19 11:14:59 +02:00
Remy Bos
c365008429 ENTITY: Entity::__construct() add type declaration to parameter 2022-05-19 11:09:16 +02:00
Remy Bos
acdb153b1c ATTRIBUTE: Attribute::addValue() add return type 2022-05-19 11:08:48 +02:00
Dominik Liebler
24078ed9de Merge pull request #474 from aspirantzhang/ChineseTranslation
Improve Chinese translation of Creational
2022-01-09 20:40:25 +01:00
aspirantzhang
9910b93688 docs: improve Chinese translation of StaticFactory 2022-01-07 17:52:08 +08:00
aspirantzhang
8ebd85977f docs: improve Chinese Translation of SimpleFactory 2022-01-07 17:43:13 +08:00
aspirantzhang
b33ea294f7 docs: improve Chinese tranlation of Pool 2022-01-07 15:47:58 +08:00
aspirantzhang
e84a95d5d8 docs: improve Chinese translation of Builder 2022-01-07 15:47:40 +08:00
aspirantzhang
0f3bd83003 docs: improve Chinese translation for Prototype 2022-01-06 17:06:15 +08:00
aspirantzhang
37ba41bdb9 docs: improve Chinese translation for Creational 2022-01-06 16:59:43 +08:00
aspirantzhang
17dc4c4fb3 docs: improve Chinese translation for abstract factory 2022-01-06 14:41:30 +08:00
aspirantzhang
b20a37133d docs: improve Chinese translation for Singleton 2022-01-06 13:10:56 +08:00
aspirantzhang
e326bf7fda docs: improve Chinese translation of FactoryMethod 2022-01-05 20:07:48 +08:00
Dominik Liebler
adfb13a412 2022 2022-01-03 08:54:19 +01:00
Dominik Liebler
b85f59f75a Merge pull request #473 from hawk2020/main
Update User.php
2021-12-21 12:56:47 +01:00
hawk
491e07fbf8 Update User.php
php8.1 test error handle
2021-12-15 08:39:35 +08:00
Dominik Liebler
548d20b9c2 #472 add meta keywords to category pages 2021-12-14 13:28:04 +01:00
Dominik Liebler
09e46360c9 Merge pull request #471 from luke-navitas/patch-1
Enhances example of Observer implementation, with actual change. Fixes #470
2021-12-06 14:00:49 +01:00
luke-navitas
b5d7e12b21 bug: enhances example of Observer implementation, with actual change. 2021-11-29 17:06:09 +00:00
Dominik Liebler
152ec3dd34 Merge pull request #469 from autoload/main
docs: add Chinese translation of Interpreter Pattern
2021-11-15 20:11:55 +01:00
autoload
afb2e011a8 docs: add Chinese translation of Visitor Pattern 2021-11-15 08:04:33 -08:00
autoload
ecd57ef16a docs: add Chinese translation of Template Method Pattern 2021-11-14 07:48:11 -08:00
autoload
a14f7873fe docs: add Chinese translation of Strategy Pattern 2021-11-13 08:19:58 -08:00
autoload
d7422d0466 docs: add Chinese translation of State Pattern 2021-11-12 22:29:20 -08:00
autoload
6371a582d5 docs: add Chinese translation of Specification Pattern 2021-11-11 08:52:55 -08:00
autoload
7ffe92c28f docs: add Chinese translation of Observer Pattern 2021-11-10 07:53:25 -08:00
autoload
53d08569f6 docs: add Chinese translation of Null Object Pattern 2021-11-09 19:53:19 -08:00
autoload
032b041c5b docs: add Chinese translation of Memento Pattern 2021-11-08 21:39:58 -08:00
autoload
0b165c04d5 docs: add Chinese translation of Memento Pattern 2021-11-08 21:29:43 -08:00
autoload
b84f11b9bd docs: add Chinese translation of Mediator Pattern 2021-11-04 21:08:22 -07:00
autoload
e3b5a4e488 docs: add Chinese translation of Iterator Pattern 2021-11-03 20:35:47 -07:00
autoload
1dd8d574a1 docs: add Chinese translation of Interpreter Pattern 2021-11-02 19:47:28 -07:00
Dominik Liebler
cd00ca6223 Merge pull request #468 from jamielsharief/patch-1
Update PostStatus.php
2021-11-02 18:56:15 +01:00
Jamiel Sharief
be700e29af Update PostStatus.php
Fixed typo
2021-11-02 16:40:15 +01:00
Dominik Liebler
6b222a2fe2 Merge pull request #467 from autoload/main
add Chinese translation of Command Pattern
2021-11-02 16:19:10 +01:00
autoload
0cead18424 docs: add Chinese translation of Command Pattern 2021-11-01 21:36:29 -07:00
autoload
b666640f73 docs: add Translation to Chinese [ zh_CN ] 2021-11-01 20:38:15 -07:00
Dominik Liebler
27dc130213 Merge pull request #464 from autoload/main
docs: add Translation to Chinese
2021-11-01 19:28:25 +01:00
Dominik Liebler
fc5cac5b4b Merge pull request #466 from raphaeldealmeida/main
fix translate pt-br to Dependency Injection, Facade and Interpreter
2021-11-01 19:27:53 +01:00
Raphael de Almeida
510d339b0c fix translate pt-br to Dependency Injection, Facade and Interpreter 2021-10-31 18:11:44 -03:00
autoload
c9555390ce docs: add Translation to Chinese 2021-10-31 12:00:12 -07:00
autoload
dc82511d58 docs: add Translation to Chinese 2021-10-31 10:33:20 -07:00
Dominik Liebler
92e89207c1 Merge pull request #463 from geidsonc/feature/pt-br-translate-line-null-object
add translate pt-br to NullObject
2021-10-23 13:25:54 +02:00
Geidson Benicio Coelho
400614646a add translate pt-br to NullObject 2021-10-22 01:06:37 -03:00
Dominik Liebler
17fdaed739 Merge pull request #462 from rafaelstz/patch-2
Composer > Update lock based in the PHP version
2021-10-16 12:13:47 +02:00
Rafael Corrêa Gomes
7cc012c990 Psalm > Fix Expected Argument 2021-10-15 13:00:17 -04:00
Rafael Corrêa Gomes
ca02a83dbb Composer > Remove rector 2021-10-15 12:53:43 -04:00
Dominik Liebler
0c524be291 Merge pull request #461 from rafaelstz/patch-1
Fix PHPUnit issue
2021-10-15 08:09:45 +02:00