Kamil Tekiela
|
ff5adaa923
|
Refactor pmaType
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2024-12-07 04:07:08 +00:00 |
|
Kamil Tekiela
|
26eed395e8
|
Make value objects readonly
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
|
2024-08-16 11:40:56 +02:00 |
|
Maurício Meneghini Fauth
|
dc1bd60dd1
|
Fix boolean usage of the return value of preg_match()
preg_match() and preg_match_all() returns the number of pattern matches
(which might be zero), or false on failure. However, preg_match() always
returns 1 when a pattern is matched as it stops searching after the
first match.
- https://www.php.net/manual/en/function.preg-match.php
- https://www.php.net/manual/en/function.preg-match-all.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2024-07-13 14:43:05 -03:00 |
|
Maurício Meneghini Fauth
|
c2955cc2b2
|
Rename the directory libraries/classes/ to src/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2023-08-30 15:59:28 -03:00 |
|