Commit Graph

16 Commits

Author SHA1 Message Date
760e69c72a
Remove trailing newlines before end of class definitions 2020-11-22 15:44:58 +01:00
932c315301
Add .gitattributes 2020-11-08 19:05:08 +01:00
c783e030ba
Use 0775 rather than 0755 for folder permissions 2020-11-07 01:57:06 +01:00
bda32d8632 Add option to disable regular display of operation numbers
Issue: #1
2020-10-10 19:53:56 +02:00
16e8e5eb61 Improve code legibility in MDConsole 2020-09-05 22:32:12 +02:00
f40613cb05 Add property type declarations
Property type declarations for class variables were added in PHP
7.4.
2020-09-03 19:56:55 +02:00
f811bf5a16 Add final keyword to classes 2020-08-29 12:57:08 +02:00
4c1ea711da Add declare(strict_types = 1) to MDConsole 2020-08-29 12:16:59 +02:00
e691f517f9 Improve type-safety 2020-08-27 16:14:18 +02:00
37b6c6f7ac Re-enable verbosity toggle in MDOutputHandler 2020-08-09 18:13:41 +02:00
4c7f1e5e2b Fix type hint 2020-08-08 22:59:16 +02:00
6e42fcdeae Fix type hints for human file size 2020-08-08 22:32:15 +02:00
27431ef0a0 Use class constants from MDConsole to MDOutputHandler 2020-08-08 22:23:27 +02:00
bd401fa614 Shorten names of CONSOLE_STATUS_... class constants 2020-08-08 22:07:39 +02:00
41fda53d58 Add MDOutputHandler 2020-08-08 22:04:34 +02:00
b73725e179 Initial 2020-08-08 21:45:24 +02:00