Commit Graph

13 Commits

Author SHA1 Message Date
Dominique FOURNIER
5b56197aaa phpstan 2023-04-14 20:52:27 +02:00
Dominique FOURNIER
0111c96f1d Automatic pass to convert with php-cs-fixer 2023-04-13 21:33:52 +02:00
Dominique FOURNIER
b6a849627c Using ${var} in strings is deprecated, use {$var} instead 2023-04-13 14:12:28 +02:00
Dominique FOURNIER
e8cccfd2ab Array and string offset access syntax with curly braces is deprecated 2022-12-05 21:01:30 +01:00
Dominique FOURNIER
e8011de821 Console : remove the @list 2022-11-28 13:43:10 +01:00
Dominique FOURNIER
94deb06f52 PSR12 2022-11-25 21:21:30 +01:00
Dominique FOURNIER
2d6df0d5f0 Remove all the {{{ and }}} folding 2022-11-25 20:34:27 +01:00
Dominique FOURNIER
ed8449d321 Add the @return types 2022-07-27 10:26:43 +02:00
Dominique FOURNIER
a60db30785 PHP Deprecated: Array and string offset access syntax with curly braces is deprecated 2022-06-14 16:33:31 +02:00
Dominique FOURNIER
ffd75a57d4 Console : allow to know if the TTY is enabled (or if the console is called from pipe) 2022-03-18 11:08:47 +01:00
Dominique FOURNIER
c4031b71f8 Console : manage if Console is called from a pipe (without tty available) 2022-03-18 10:57:12 +01:00
Dominique FOURNIER
3eaffe64f9 Console : Allow to delete char with \b too (ASCII 0x08) 2022-03-14 20:56:22 +01:00
Dominique FOURNIER
c8d275be31 Rename all the files to camelCase and update the class name in the files 2021-05-07 12:19:08 +02:00