Code smell.

This commit is contained in:
Ivor Barhansky
2022-12-17 01:20:43 +02:00
parent b1f578f4b0
commit 0398425205
45 changed files with 875 additions and 851 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
<?php
# Date: 30.09.2020 (09:42)
namespace Battles;
class Template
{
/**
@@ -47,4 +48,4 @@ HTML_HEADER;
<h1>$buildingName</h1>
HTML;
}
}
}