Работает обработка ссылок на таблицы с численностью

This commit is contained in:
2024-09-06 14:11:38 +03:00
parent 04374fef40
commit 2be45826c1
1698 changed files with 138656 additions and 174 deletions

View File

@ -1,7 +1,7 @@
<?php
namespace ContingentParser\Parser;
class ContingentRow
final class ContingentRow
{
public function __construct(
private string $eduCode,
@ -20,7 +20,7 @@ class ContingentRow
$this->contingent = $contingent;
}
public function getData() : array
public function getData(): array
{
return [
"spec_code" => $this->eduCode,