From c301f223122f23edb6320d61ef14d58211789434 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 21 Sep 2023 00:25:07 +0000 Subject: [PATCH] linting fixes --- basics/routing.md | 2 +- services/validation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basics/routing.md b/basics/routing.md index 5d1c712..91e0952 100755 --- a/basics/routing.md +++ b/basics/routing.md @@ -165,4 +165,4 @@ $router->route( ## Notes -* 2-character routes on the first level are discouraged because they may conflict with ISO 639-1 codes (e.g. /hr/staff/list) \ No newline at end of file +* 2-character routes on the first level are discouraged because they may conflict with ISO 639-1 codes (e.g. /hr/staff/list) diff --git a/services/validation.md b/services/validation.md index a3444fd..76af544 100755 --- a/services/validation.md +++ b/services/validation.md @@ -200,4 +200,4 @@ Enums can be validated by name/key and by value. ```php MyEnum::isValidName('ENUM_NAME'); MyEnum::isValidValue(123); -``` \ No newline at end of file +```