14 Commits

Author SHA1 Message Date
fc8fb9b3dd
Set explicit visibility metadata on class constants 2024-06-11 22:02:21 +02:00
be4752197c
Use enums for status codes 2022-08-15 15:51:34 +02:00
03db871930
Minor code style improvements 2021-02-06 21:41:39 +01:00
aad9c42786
Add option to hide notices of level STATUS_NOTICE in main MDConsole
This is managed using a public static variable MDConsole::$verbose
2021-01-21 08:39:42 +01:00
760e69c72a
Remove trailing newlines before end of class definitions 2020-11-22 15:44:58 +01: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
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