File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed
Infrastructure/DataSource/User/Facades Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,19 @@ The main takeaways that we want to convey to developers are:
2121- Components can be swapped out with others so the use of interfaces is essential
2222- Static analysis tools (PHPStan) must not produce errors
2323- Code coverage for tests must be at 100%
24-
25- Part 1 https://youtu.be/f3wP_M_NFKc
26- Part 2 https://youtu.be/VEZvUf_PdSY
27- Part 3 https://youtu.be/LP64Doh0t4g
28- Part 4 https://youtu.be/jCEZ2WMil8Q
29- Part 5 https://youtu.be/syU_3cIXFMM
30- Part 6 https://youtu.be/AgCbqW-leCM
31- Part 7 https://youtu.be/tGV4pSyVLdI
32- Part 8 https://youtu.be/GaJhNnw_1cE
33- Part 9 https://youtu.be/CWofDyTdToI
24+
25+ ### Videos on YouTube
26+
27+ - Part 01 https://youtu.be/f3wP_M_NFKc
28+ - Part 02 https://youtu.be/VEZvUf_PdSY
29+ - Part 03 https://youtu.be/LP64Doh0t4g
30+ - Part 04 https://youtu.be/jCEZ2WMil8Q
31+ - Part 05 https://youtu.be/syU_3cIXFMM
32+ - Part 06 https://youtu.be/AgCbqW-leCM
33+ - Part 07 https://youtu.be/tGV4pSyVLdI
34+ - Part 08 https://youtu.be/GaJhNnw_1cE
35+ - Part 09 https://youtu.be/CWofDyTdToI
36+ - Part 10 https://youtu.be/8YUrGAbafaA
3437
3538## Directory Structure
3639
Original file line number Diff line number Diff line change 1919use Phalcon \Domain \Payload as PhalconPayload ;
2020
2121use function array_key_exists ;
22- use function var_dump ;
2322
2423/**
2524 * @phpstan-import-type TData from ResponderTypes
Original file line number Diff line number Diff line change @@ -269,7 +269,8 @@ private function cleanupFields(array $row): array
269269 }
270270
271271 /**
272- * @param string $message
272+ * @param HttpCodesEnum $item
273+ * @param string $message
273274 *
274275 * @return Payload
275276 */
You can’t perform that action at this time.
0 commit comments