]> BookStack Code Mirror - bookstack/blobdiff - tests/ThemeTest.php
Updated code view block line highlighting to only show on focus
[bookstack] / tests / ThemeTest.php
index 03ae7b307d4d594bb93e93934487185108e9c50a..bc8163056f345bf1dbf25da6a526bf6aafbb9662 100644 (file)
@@ -23,8 +23,8 @@ use League\CommonMark\Environment\Environment;
 
 class ThemeTest extends TestCase
 {
-    protected $themeFolderName;
-    protected $themeFolderPath;
+    protected string $themeFolderName;
+    protected string $themeFolderPath;
 
     public function test_translation_text_can_be_overridden_via_theme()
     {