Sebastian Meyer
|
00d24e0f77
|
Fix code documentation
|
2024-09-07 21:30:06 +02:00 |
Sebastian Meyer
|
22b7ff7990
|
Extend API of StrictArray
|
2024-04-03 22:37:03 +02:00 |
Sebastian Meyer
|
c018fc4979
|
Add StrictQueue::dequeue() method
|
2024-04-03 22:37:03 +02:00 |
Sebastian Meyer
|
3fddb3981e
|
Rename SPL datastructure API trait
|
2024-04-03 22:37:03 +02:00 |
Sebastian Meyer
|
b7b65c2496
|
Add new datastructure StrictArray
|
2024-03-27 12:19:43 +01:00 |
Sebastian Meyer
|
f3c152cf09
|
Add PHPStan doc tag for dependency
|
2024-03-27 12:18:27 +01:00 |
Sebastian Meyer
|
0bbeec44c9
|
Rework datastructures to use trait
|
2024-03-26 17:26:22 +01:00 |
Sebastian Meyer
|
a2a0b721be
|
Introduce new InvalidDataTypeException
|
2024-03-26 17:26:04 +01:00 |
Sebastian Meyer
|
83b73ff717
|
Move SPL datastructure API to trait
|
2024-03-26 17:25:36 +01:00 |
Sebastian Meyer
|
45c1716876
|
Explicitly declare used functions
|
2024-02-16 16:16:05 +01:00 |
Sebastian Meyer
|
f4a1c7e5f3
|
Update phpDoc for DataStructures
|
2024-02-12 17:20:45 +01:00 |
Sebastian Meyer
|
fc54a7161b
|
Adjust phpDoc
|
2024-02-07 18:29:32 +01:00 |
Sebastian Meyer
|
01cd52aeae
|
Make Collection type-sensitive
|
2024-02-05 15:37:02 +01:00 |
Sebastian Meyer
|
14f586d9bf
|
Add Collection datas tructure
|
2024-01-30 22:25:42 +01:00 |
Sebastian Meyer
|
a63164c9fc
|
Update phpDoc
|
2024-01-30 22:24:10 +01:00 |
Sebastian Meyer
|
03cb7a3002
|
Fix phpDocs
|
2024-01-28 16:35:33 +01:00 |
Sebastian Meyer
|
11a7179c21
|
Update phpDoc
|
2024-01-26 16:37:41 +01:00 |
Sebastian Meyer
|
addf2e869d
|
Add Psalm tooling
|
2024-01-26 11:40:26 +01:00 |
Sebastian Meyer
|
7a8ac2f87a
|
Update PHPDoc
|
2024-01-24 22:45:04 +01:00 |
Sebastian Meyer
|
ca19810a56
|
Update PHPDocs
|
2024-01-23 17:58:33 +01:00 |
Sebastian Meyer
|
f832b58a3e
|
Make StrictList compatible with SplDoublyLinkedList
|
2024-01-22 21:03:54 +01:00 |
Sebastian Meyer
|
c7a615143e
|
Add PHPDoc for magically readable properties
|
2023-11-21 23:40:24 +01:00 |
Sebastian Meyer
|
69982816bf
|
Rename template TValue
|
2023-11-21 22:42:55 +01:00 |
Sebastian Meyer
|
9fd7fdaec9
|
Remove redundant public method
|
2023-11-21 18:04:25 +01:00 |
Sebastian Meyer
|
da33bce753
|
Raise PHPStan level to 9
|
2023-11-19 20:53:44 +01:00 |
Sebastian Meyer
|
a53e3303a0
|
Add PHPStan with strict rules
|
2023-11-19 16:01:58 +01:00 |
Sebastian Meyer
|
6730748032
|
Run PHP-CS-Fixer
|
2023-11-19 15:56:42 +01:00 |
Sebastian Meyer
|
afd6ec6e92
|
Add alias methods to StrictQueue and StrictStack
|
2023-11-19 10:52:11 +01:00 |
Sebastian Meyer
|
e198aca844
|
Fix namespaces in phpDocs
|
2023-11-18 22:22:27 +01:00 |
Sebastian Meyer
|
a65299546c
|
Use sprintf() for error messages
|
2023-11-18 18:50:14 +01:00 |
Sebastian Meyer
|
7456e56266
|
Make namespaces more consistent
|
2023-11-18 18:13:51 +01:00 |
Sebastian Meyer
|
5f45256d23
|
Consolidate documentation
|
2023-11-18 16:53:42 +01:00 |
Sebastian Meyer
|
9266905a2b
|
Consolidate namespaces
|
2023-11-15 14:43:11 +01:00 |
Sebastian Meyer
|
4b02d4f0e6
|
Improve phpDoc documentation
|
2023-11-15 12:01:21 +01:00 |
Sebastian Meyer
|
bd4b72168f
|
Make setIteratorMode final for stacks and queues
|
2023-11-13 15:18:16 +01:00 |
Sebastian Meyer
|
a84046755e
|
Reimplement data structures based on SPL
|
2023-11-12 15:34:08 +01:00 |
Sebastian Meyer
|
524073fdbb
|
Update Stack.php
|
2023-11-10 22:41:32 +01:00 |
Sebastian Meyer
|
b1596411a5
|
Remove redundant use statements
|
2023-11-10 22:40:19 +01:00 |
Sebastian Meyer
|
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 |
Sebastian Meyer
|
9cb46b4935
|
Move project to php-basics
|
2023-11-06 17:54:14 +01:00 |