1
0
mirror of https://github.com/jupeter/clean-code-php.git synced 2025-09-25 13:39:04 +02:00

Commit Graph

  • 8d9013251a Merge pull request #204 from szepeviktor/patch-1 master Tomas Votruba 2022-06-19 22:38:32 +02:00
  • eedf6c68bd Fix wording in Comparison Viktor Szépe 2022-06-19 20:21:22 +00:00
  • 46fea973dc Merge pull request #203 from ahmedalmory/patch-1 Tomas Votruba 2022-06-16 11:30:05 +02:00
  • ca4ab1ff52 update Arabic translation username Ahmed Almory 2022-06-16 10:59:34 +02:00
  • 8a8e4d9a32 Merge pull request #201 from ispopov/fix-url Tomas Votruba 2022-05-19 10:51:30 +02:00
  • fe8d53bdef change type hinting url Igor Popov 2022-05-19 11:30:44 +03:00
  • 5397e74276 Merge pull request #200 from ispopov/fix-url Tomas Votruba 2022-05-19 08:46:41 +02:00
  • 8595ff59e6 change type hint url Igor Popov 2022-05-19 01:13:51 +03:00
  • 89d7be73ac Merge pull request #198 from hayato07/original Tomas Votruba 2022-02-11 10:44:59 +01:00
  • cb43aa240d add japanese translation Hayato Ando 2022-02-11 18:14:03 +09:00
  • f3d3e9fdfb Merge pull request #197 from AhmedJoda/master Tomas Votruba 2021-11-27 22:03:43 +03:00
  • 6e672f6453 add arabic translation Ahmed Joda 2021-11-27 19:50:46 +02:00
  • 2b002ebd6b Merge pull request #196 from ispopov/fix-srp Tomas Votruba 2021-11-26 00:21:44 +03:00
  • 51ed366286 Rename pattern to principle Igor Popov 2021-11-25 23:57:37 +03:00
  • 95b23a01d1 Merge pull request #195 from ispopov/fix-punctuation Tomas Votruba 2021-11-17 14:46:06 +03:00
  • c46dfa4816 Add colon after Vietnamese translation Igor Popov 2021-11-17 14:27:02 +03:00
  • ab6e4f2c6e Merge pull request #193 from nayeemdev/bengali_translation Tomas Votruba 2021-10-16 11:02:03 +02:00
  • c829a21050 Add link to Bengali translation Nayeem 2021-10-16 02:58:50 +06:00
  • 9fab86d007 [CI] run on push too 0.1.0 TomasVotruba 2021-05-26 11:26:19 +01:00
  • 0374baa8a8 update ECS and composer.json, allow PHP 7.2+ TomasVotruba 2021-05-26 11:24:36 +01:00
  • 9ed47fea35 Merge pull request #186 from peter-gribanov/persian_translation Tomas Votruba 2021-05-26 11:14:50 +01:00
  • a0ce001178 Merge pull request #187 from diegoe/diegoe_misc-typos Tomas Votruba 2021-05-26 11:06:41 +01:00
  • 1356e6d016 Merge branch 'master' into diegoe_misc-typos Tomas Votruba 2021-05-26 11:05:12 +01:00
  • 7d4f52bd3e Merge pull request #190 from peter-gribanov/default_arguments Tomas Votruba 2021-05-26 11:04:42 +01:00
  • 798fdd939b Merge pull request #191 from celyes/master Tomas Votruba 2021-05-26 11:04:20 +01:00
  • c6808b9448 fix link issue Ilyes Chouia 2021-05-25 14:16:05 +01:00
  • b12e986703 fix typo Ilyes Chouia 2021-05-25 14:12:39 +01:00
  • 8572f4c5ba move "Use default arguments instead of short circuiting or conditionals" section into "Functions" section Peter Gribanov 2021-04-28 15:11:17 +03:00
  • 5467c3a973 Merge pull request #188 from andyexeter/remove-declare-strict-types Tomas Votruba 2021-04-15 23:48:12 +02:00
  • 0d478312fd Remove declare strict_types from code snippets andyexeter 2021-04-15 10:04:57 +01:00
  • 3218b7e117 Misc spelling and grammar touch ups diegoe 2021-02-06 03:32:54 -05:00
  • c4bdcb6a5e add link to persian translation Peter Gribanov 2021-01-15 20:21:34 +03:00
  • 13ab89dbf1 Merge pull request #181 from jupeter/readme-cs Tomas Votruba 2020-10-28 23:53:26 +01:00
  • 43dfecd7d6 restore required mallforms Tomas Votruba 2020-10-28 23:50:49 +01:00
  • 9df6c175c9 workflow: update php Tomas Votruba 2020-10-28 23:47:53 +01:00
  • d60f4a6145 apply coding standard on README Tomas Votruba 2020-10-28 23:35:53 +01:00
  • 2c94c03dd2 [ci] switch travis dummy cs check, to Github Actions and ECS with markdown check Tomas Votruba 2020-10-28 23:22:48 +01:00
  • b215860ed7 Merge pull request #175 from leocarmo/null-coalescing Tomas Votruba 2020-06-23 12:16:47 +02:00
  • 1121a80961 Merge pull request #174 from php-rock/master Tomas Votruba 2020-06-23 11:42:36 +02:00
  • 2a331563d4 Add null coalescing section Leonardo do Carmo 2020-04-09 12:31:20 -03:00
  • 8f6c4ee1a0 Change example to null coalescing Leonardo do Carmo 2020-04-09 12:28:58 -03:00
  • c6599cb17d Merge pull request #1 from Shpartko/Shpartko-patch-1 Jack Sheppard 2020-03-11 13:33:46 +01:00
  • 390ff76f93 Update Prefer composition over inheritance Jack Sheppard 2020-03-11 13:33:12 +01:00
  • 062b4e2541 Merge pull request #171 from Bu4ak/access-modifier-constant-fix Tomáš Votruba 2019-10-06 00:16:29 +02:00
  • 8f327f84a5 Add "public" to const declarations bu4ak 2019-10-02 17:08:10 +03:00
  • 8693a08073 Merge pull request #170 from peter-gribanov/delete_functions_one_thing Tomáš Votruba 2019-09-18 20:25:08 +02:00
  • 5e2d423072 delete "Functions should do one thing" section Peter Gribanov 2019-09-18 15:07:17 +03:00
  • 89ab6f17c9 Merge pull request #164 from peter-gribanov/tests Tomáš Votruba 2019-09-18 09:27:19 +02:00
  • dfed2b17e9 Merge pull request #165 from peter-gribanov/fix_text_style Tomáš Votruba 2019-09-18 09:25:41 +02:00
  • e73bc836a7 Merge pull request #166 from peter-gribanov/js_to_php Tomáš Votruba 2019-09-12 10:31:03 +02:00
  • c3ba178d96 Merge pull request #168 from peter-gribanov/fun_args_3 Tomáš Votruba 2019-09-12 10:30:38 +02:00
  • 5969ca97e6 not set default values of string VO properties Peter Gribanov 2019-07-26 12:20:40 +03:00
  • 4f11e5324e add getters comment Peter Gribanov 2019-07-23 16:05:10 +03:00
  • eb31d2d2aa use VO in example of "Function arguments (2 or fewer ideally)" Peter Gribanov 2019-07-23 14:01:43 +03:00
  • f9d66a25da rename function parseBetterJSAlternative() -> parseBetterPHPAlternative() Peter Gribanov 2019-07-11 19:23:37 +03:00
  • 7a37fdf88a remove space character at end of lines Peter Gribanov 2019-07-11 19:10:32 +03:00
  • d29db0254a not use quotes in table of contents Peter Gribanov 2019-07-11 19:09:05 +03:00
  • 4022b02035 ignore links in title Peter Gribanov 2019-07-11 18:56:29 +03:00
  • 9222ff3a37 allow use unicode in link names Peter Gribanov 2019-07-11 18:56:09 +03:00
  • e0fc6a8342 allow use more of the two depth levels in table of contents Peter Gribanov 2019-07-11 18:55:09 +03:00
  • 56c67ddf2a Merge pull request #155 from domnikl/avoid-type-checking-part-1-naming Tomáš Votruba 2019-06-19 21:29:38 +02:00
  • bb000f6454 Merge pull request #162 from peter-gribanov/binary_and Tomáš Votruba 2019-06-19 21:28:46 +02:00
  • 49be90aa1a Merge pull request #163 from grogy/patch-1 Tomáš Votruba 2019-06-19 21:28:14 +02:00
  • acb8ba054d Fixed - opposite for condition Václav Makeš 2019-05-12 22:13:14 +02:00
  • f080c5b42d add deny access rights example Peter Gribanov 2019-01-29 10:56:17 +03:00
  • 6be37a0971 add default value for User::$access Peter Gribanov 2019-01-29 10:28:12 +03:00
  • 810f537ab2 Merge remote-tracking branch 'jupeter/master' Peter Gribanov 2019-01-29 10:22:20 +03:00
  • 7a7a1f08e7 used a better name for Vehicle abstraction Dominik Liebler 2018-10-05 12:52:15 +02:00
  • 55b6a19306 Merge pull request #154 from jupeter/turkish Tomáš Votruba 2018-09-16 11:08:14 +02:00
  • 15bc7a39a4 Add Turkish Translation Anıl Özmen 2018-09-15 00:11:56 +03:00
  • bb07edb3db Merge pull request #148 from peter-gribanov/isp Tomáš Votruba 2018-08-21 09:52:54 +02:00
  • 39d511f84a rename classes to avoid confusion Peter Gribanov 2018-04-10 12:59:09 +03:00
  • 583523f2da Merge pull request #144 from Spomky/final Tomáš Votruba 2018-02-27 09:39:18 +01:00
  • ab83eece3f Reference to Ocramius blog post added Spomky 2018-02-27 09:20:42 +01:00
  • cde476e2c1 Merge pull request #146 from peter-gribanov/translations_icon Tomáš Votruba 2018-02-27 07:52:35 +01:00
  • b19b3a1fd2 Merge pull request #101 from peter-gribanov/lsp3 Tomáš Votruba 2018-02-26 22:27:25 +01:00
  • 6c1da67e28 remove not used getters Peter Gribanov 2018-02-27 00:05:40 +03:00
  • 03ef357edd Merge pull request from peter-gribanov/master Peter Gribanov 2018-02-26 23:56:39 +03:00
  • dfe3d11187 use github emoji code for flags of translations Peter Gribanov 2018-02-26 23:33:21 +03:00
  • 5492fa0916 Merge pull request #25 from jupeter/master Peter Gribanov 2018-02-26 23:26:01 +03:00
  • a1ac1b0804 Merge pull request #139 from peter-gribanov/comparison Tomáš Votruba 2018-02-26 20:19:14 +01:00
  • c537087a5c Merge branch 'master' into comparison Peter Gribanov 2018-02-26 20:51:53 +03:00
  • 03ecd69d00 Merge pull request #140 from viethuongdev/patch-1 Tomáš Votruba 2018-02-26 13:48:59 +01:00
  • 53c7dadd29 Merge branch 'master' into patch-1 Tomáš Votruba 2018-02-26 13:48:37 +01:00
  • 43629e6b9a Merge pull request #141 from knbv/master Tomáš Votruba 2018-02-26 13:48:00 +01:00
  • 2712c5bd15 Merge branch 'master' into master Tomáš Votruba 2018-02-26 13:47:44 +01:00
  • ab111641be Merge pull request #142 from mwmichael/typos Tomáš Votruba 2018-02-26 13:46:20 +01:00
  • 48af26aaef Merge pull request #143 from jopacicdev/patch-1 Tomáš Votruba 2018-02-26 13:45:45 +01:00
  • 9a7c33a065 Merge pull request #145 from yujineeee/patch-1 Tomáš Votruba 2018-02-26 13:43:39 +01:00
  • 9ae7bbf8f6 add Korean translation yujinee 2018-02-26 03:24:39 +09:00
  • 88c7865558 Typo Spomky 2018-02-23 22:36:39 +01:00
  • e191bf8464 Typo Spomky 2018-02-23 21:42:13 +01:00
  • 66bcb6a1c0 final keyword Spomky 2018-02-23 21:40:31 +01:00
  • e90be29ff3 Wording adjustment jopacicdev 2018-02-16 22:35:08 +01:00
  • 46a3882721 fixed some typos and inconsistencies Michael Millar 2018-01-29 22:08:34 +01:00
  • 6ca513892b Fixed a link in the menu (Use identical compar...) Borislav Kosun 2018-01-29 03:00:45 +02:00
  • 3b30f1eb35 Fixed a link in the menu (Comparison) Borislav Kosun 2018-01-29 02:59:00 +02:00
  • aa7a7ebec5 Update README.md Bùi Viết Hướng 2018-01-15 14:27:48 +07:00
  • 858d5f12e3 Update README.md Bùi Viết Hướng 2018-01-15 14:24:42 +07:00
  • 1f00bc885b Merge branch 'master' into lsp3 Peter Gribanov 2018-01-09 11:24:42 +03:00