mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 17:41:50 +01:00
PHP Coding Standards Fixer > fix coding standard
This commit is contained in:
@@ -30,7 +30,6 @@ class Templates extends Collection
|
||||
*/
|
||||
public function findTemplate(string $index): Template
|
||||
{
|
||||
/* @var Template $template */
|
||||
$template = $this->getByIndex($index);
|
||||
|
||||
if ($template instanceof Template) {
|
||||
|
||||
Reference in New Issue
Block a user