Работает обработка ссылок на таблицы с численностью
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user