2
0
mirror of https://github.com/opencultureconsulting/php-basics.git synced 2025-03-09 00:00:38 +01:00

20 Commits

Author SHA1 Message Date
3f5bcbf26b Update singleton trait 2023-11-11 09:34:02 +01:00
524073fdbb Update Stack.php 2023-11-10 22:41:32 +01:00
b1596411a5 Remove redundant use statements 2023-11-10 22:40:19 +01:00
4e02397519 Rework data structures 2023-11-10 22:36:25 +01:00
Sebastian Meyer
0b3e23ebdc Add StrictQueue and StrictStack data structures 2023-11-07 23:45:51 +01:00
9cb46b4935 Move project to php-basics 2023-11-06 17:54:14 +01:00
7398804b71 Use PSR-12 code styling 2023-11-04 09:45:24 +01:00
ef1f8ba8ef Clarify documentation 2023-10-11 18:42:26 +02:00
7b79f60005 Remove ineffective final keyword 2023-10-11 17:03:44 +02:00
ad37644ff0 Add queue trait 2023-10-11 16:36:43 +02:00
2006073f94 Fix for late static binding 2023-10-11 13:31:51 +02:00
b5ddbab61f Adhere to PSR-12 coding styles 2023-10-11 13:31:20 +02:00
9653d7872e Use strict typing 2023-10-08 21:57:28 +02:00
c248a6047c Fix link to documentation 2023-10-08 10:46:27 +02:00
424faf83a0 Make singleton constructor private 2023-09-29 21:50:16 +02:00
0a449fbb4c Update .gitignore 2023-09-29 21:42:16 +02:00
74e18eb4f6 Update Singleton.php 2023-09-29 19:29:16 +02:00
128e377712 Catch exceptions 2023-09-29 19:28:08 +02:00
00d6e24f31 Add missing return type declaration 2023-09-29 19:27:16 +02:00
68d9c6fa3f Initial Commit 2023-09-11 19:31:06 +02:00