https://352-release-extra-categories.review.mechanic.works/stanciya-testovskaya-moskva-siti/

ErrorController

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"93d82d"
exception
Doctrine\DBAL\Exception\SyntaxErrorException {#3842
  #message: "An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-1' at line 1"
  #code: 1064
  #file: "/app/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php"
  #line: 86
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#3841 …}
  -query: Doctrine\DBAL\Query {#3509 …}
  trace: {
    /app/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:86 {
      Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      › case 1626:    return new SyntaxErrorException($exception, $query);}
    /app/vendor/doctrine/dbal/src/Connection.php:1943 {
      Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
      › $this->exceptionConverter ??= $this->_driver->getExceptionConverter();$exception                  = $this->exceptionConverter->convert($driverException, $query);arguments: {
        $exception: Doctrine\DBAL\Driver\PDO\Exception {#3841 …}
        $query: Doctrine\DBAL\Query {#3509 …}
      }
    }
    /app/vendor/doctrine/dbal/src/Connection.php:1885 {
      Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
      › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
      arguments: {
        $driverException: Doctrine\DBAL\Driver\PDO\Exception {#3841 …}
        $query: Doctrine\DBAL\Query {#3509 …}
      }
    }
    /app/vendor/doctrine/dbal/src/Connection.php:1106 {
      Doctrine\DBAL\Connection->executeQuery(string $sql, array $params = [], $types = [], ?QueryCacheProfile $qcp = null): Result …
      › } catch (Driver\Exception $e) {    throw $this->convertExceptionDuringQuery($e, $sql, $params, $types);} finally {
      arguments: {
        $e: Doctrine\DBAL\Driver\PDO\Exception {#3841 …}
        $sql: "SELECT p0_.id AS id_0, p0_.is_approved AS is_approved_1, (CASE WHEN (p1_.position_group IS NOT NULL) THEN p1_.position_group ELSE 0 END) AS sclr_2, (CASE WHEN (p1_.position IS NOT NULL) THEN p1_.position ELSE 0 END) AS sclr_3, p0_.id AS id_4 FROM profiles p0_ INNER JOIN profile_adboard_placements p1_ ON p0_.id = p1_.profile_id WHERE (p0_.moderation_status IN (?, ?, ?) AND p0_.person_gender IN (?) AND (p0_.city_id = ? AND (p0_.city_id = ? AND EXISTS (SELECT 1 FROM profile_stations p2_ WHERE p2_.profile_id = p0_.id AND p2_.station_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))))) AND (p0_.deleted_at IS NULL) ORDER BY sclr_2 DESC, is_approved_1 DESC, sclr_3 ASC LIMIT -1"
        $params: [ …17]
        $types: [ …17]
      }
    }
    /app/vendor/doctrine/orm/src/Query/Exec/SingleSelectExecutor.php:33 {
      Doctrine\ORM\Query\Exec\SingleSelectExecutor->execute(Connection $conn, array $params, array $types) …
      › {    return $conn->executeQuery($this->sqlStatements, $params, $types, $this->queryCacheProfile);}
      arguments: {
        $sql: "SELECT p0_.id AS id_0, p0_.is_approved AS is_approved_1, (CASE WHEN (p1_.position_group IS NOT NULL) THEN p1_.position_group ELSE 0 END) AS sclr_2, (CASE WHEN (p1_.position IS NOT NULL) THEN p1_.position ELSE 0 END) AS sclr_3, p0_.id AS id_4 FROM profiles p0_ INNER JOIN profile_adboard_placements p1_ ON p0_.id = p1_.profile_id WHERE (p0_.moderation_status IN (?, ?, ?) AND p0_.person_gender IN (?) AND (p0_.city_id = ? AND (p0_.city_id = ? AND EXISTS (SELECT 1 FROM profile_stations p2_ WHERE p2_.profile_id = p0_.id AND p2_.station_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))))) AND (p0_.deleted_at IS NULL) ORDER BY sclr_2 DESC, is_approved_1 DESC, sclr_3 ASC LIMIT -1"
        $params: [ …17]
        $types: [ …17]
        $qcp: null
      }
    }
    /app/vendor/doctrine/orm/src/Query.php:327 {
      Doctrine\ORM\Query->_doExecute() …
      › 
      ›     return $executor->execute($this->_em->getConnection(), $sqlParams, $types);}
      arguments: {
        $conn: Doctrine\DBAL\Connections\PrimaryReadReplicaConnection {#884 …}
        $params: [ …5]
        $types: [ …5]
      }
    }
    /app/vendor/doctrine/orm/src/AbstractQuery.php:1212 {
      Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache($parameters = null, $hydrationMode = null) …
      › 
      › $stmt = $this->_doExecute();}
    /app/vendor/doctrine/orm/src/AbstractQuery.php:1166 {
      Doctrine\ORM\AbstractQuery->execute($parameters = null, $hydrationMode = null) …
      › 
      ›     return $this->executeIgnoreQueryCache($parameters, $hydrationMode);}
      arguments: {
        $parameters: null
        $hydrationMode: 1
      }
    }
    /app/vendor/doctrine/orm/src/AbstractQuery.php:901 {
      Doctrine\ORM\AbstractQuery->getResult($hydrationMode = self::HYDRATE_OBJECT) …
      › {    return $this->execute(null, $hydrationMode);}
      arguments: {
        $parameters: null
        $hydrationMode: 1
      }
    }
    /app/src/Repository/SpecificationTrait.php:58 {
      App\Repository\ProfileRepository->listIdMatchingSpec(Happyr\DoctrineSpecification\Filter\Filter|Happyr\DoctrineSpecification\Query\QueryModifier $specification, int $offset, ?int $limit): array …
      › 
      › $result = $qb->getQuery()->getResult();return array_map(function(array $row) {
    }
    /app/src/Service/ProfileList.php:236 {
      App\Service\ProfileList->listIdOfCriteriaWithCustomSpec(AndX $criteria, ?Filter $spec, ?array $additionalSpecs = null, bool $paged = true, ?int $limit = null): array …
      › 
      › return $this->profileRepository->listIdMatchingSpec(    $criteria,
      arguments: {
        $specification: Happyr\DoctrineSpecification\Logic\AndX {#3480 …}
        $offset: 0
        $limit: -1
      }
    }
    /app/src/Service/ProfileList.php:151 {
      App\Service\ProfileList->list(City $city, ?string $country, ?Filter $spec, ?array $additionalSpecs, bool $active, ?bool $masseur = false, ?string $order = self::ORDER_BY_STATUS, ?int $limit = null, bool $paged = true, ?callable $fetchByIdMethod = null, array $genders = […1], bool $avoidTopPlacement = false): Page|array …
      ›     $criteriaForIdList->andX($order);$idList = $this->listIdOfCriteriaWithCustomSpec($criteriaForIdList, $spec, $additionalSpecs, $paged, $limit);$profiles = [];
      arguments: {
        $criteria: Happyr\DoctrineSpecification\Logic\AndX {#3480 …}
        $spec: Happyr\DoctrineSpecification\Logic\OrX {#3429 …}
        $additionalSpecs: [ …2]
        $paged: false
        $limit: -1
      }
    }
    /app/src/Service/ProfileList.php:92 {
      App\Service\ProfileList->listActiveWithinCityOrderedByStatusWithSpecLimited(City $city, ?Filter $spec, ?array $additionalSpecs = null, array $genders = […1], bool $avoidTopPlacement = false, int $limit = 0): Page|array …
      › {    return $this->list($city, null, $spec, $additionalSpecs, true, null, self::ORDER_BY_STATUS,        $limit, false, null, $genders, $avoidTopPlacement);
      arguments: {
        $city: App\Entity\Location\City {#1568 …}
        $country: null
        $spec: Happyr\DoctrineSpecification\Logic\OrX {#3429 …}
        $additionalSpecs: [ …1]
        $active: true
        $masseur: null
        $order: App\Specification\QueryModifier\FreeProfilesFeatureProfileOrder {#3478 …}
        $limit: -1
        $paged: false
        $fetchByIdMethod: null
        $genders: [ …1]
        $avoidTopPlacement: true
      }
    }
    /app/src/Controller/ProfileListController.php:2304 {
      App\Controller\ProfileListController->listActiveWithinCityOrderedByStatusWithSpecAvoidingTopPlacementLimited(City $city, ?Filter $spec, ?array $additionalSpecs = null, array $genders = […1], int $limit = 0): Page|array …
      › {    return $this->profileList->listActiveWithinCityOrderedByStatusWithSpecLimited($city, $spec, $additionalSpecs, $genders, true, $limit);}
      arguments: {
        $city: App\Entity\Location\City {#1568 …}
        $spec: Happyr\DoctrineSpecification\Logic\OrX {#3429 …}
        $additionalSpecs: [ …1]
        $genders: [ …1]
        $avoidTopPlacement: true
        $limit: -1
      }
    }
    /app/src/Controller/ProfileListController.php:466 {
      App\Controller\ProfileListController->addSinglePageResultsUptoAmount(array $result, City $city, ?Filter $specs, int $totalCount): array …
      › $currentResultIds = $this->extractProfileIds($result);$resultsToAdd = $this->listActiveWithinCityOrderedByStatusWithSpecAvoidingTopPlacementLimited($city, $specs, [new ProfileIdNotIn($currentResultIds)], [Genders::FEMALE], $toAdd);$result = array_merge($result, $resultsToAdd);
      arguments: {
        $city: App\Entity\Location\City {#1568 …}
        $spec: Happyr\DoctrineSpecification\Logic\OrX {#3429 …}
        $additionalSpecs: [ …1]
        $genders: [ …1]
        $limit: -1
      }
    }
    /app/src/Controller/ProfileListController.php:440 {
      App\Controller\ProfileListController->App\Controller\{closure} …
      › if($station->getDistrict()) {    $result = $this->addSinglePageResultsUptoAmount($result, $city, Spec::orX(ProfileIsLocated::withinDistrict($station->getDistrict())), $plannedTotalCount);}
      arguments: {
        $result: []
        $city: App\Entity\Location\City {#1568 …}
        $specs: Happyr\DoctrineSpecification\Logic\OrX {#3429 …}
        $totalCount: -1
      }
    }
    /app/vendor/symfony/cache/Adapter/TraceableAdapter.php:51 {
      Symfony\Component\Cache\Adapter\TraceableAdapter->Symfony\Component\Cache\Adapter\{closure} …
      › 
      ›     return $callback($item, $save);};
      arguments: {
        Symfony\Component\Cache\CacheItem {#3500 …}
        true
      }
    }
    /app/vendor/symfony/cache/Adapter/ChainAdapter.php:99 {
      Symfony\Component\Cache\Adapter\ChainAdapter::Symfony\Component\Cache\Adapter\{closure} …
      › $callback = static function (CacheItem $item, bool &$save) use ($callback, &$doSave) {    $value = $callback($item, $save);    $doSave = $save;
      arguments: {
        Symfony\Component\Cache\CacheItem {#3500 …}
        true
      }
    }
    /app/vendor/symfony/cache/LockRegistry.php:113 {
      Symfony\Component\Cache\LockRegistry::compute(callable $callback, ItemInterface $item, bool &$save, CacheInterface $pool, ?Closure $setMetadata = null, ?LoggerInterface $logger = null) …
      › 
      › $value = $callback($item, $save);arguments: {
        Symfony\Component\Cache\CacheItem {#3500 …}
        true
      }
    }
    /app/vendor/symfony/cache/Traits/ContractsTrait.php:98 {
      Symfony\Component\Cache\Adapter\AbstractAdapter->Symfony\Component\Cache\Traits\{closure} …
      › try {    $value = ($this->callbackWrapper)($callback, $item, $save, $pool, function (CacheItem $item) use ($setMetadata, $startTime, &$metadata) {        $setMetadata($item, $startTime, $metadata);
      arguments: {
        $callback: Closure(CacheItem $item, bool &$save) {#3726 …}
        $item: Symfony\Component\Cache\CacheItem {#3500 …}
        &$save: true
        $pool: Symfony\Component\Cache\Adapter\FilesystemAdapter {#1394 …}
        $setMetadata: Closure(CacheItem $item) {#3403 …}
        $logger: Symfony\Bridge\Monolog\Logger {#469 …}
      }
    }
    /app/vendor/symfony/cache-contracts/CacheTrait.php:72 {
      Symfony\Component\Cache\Adapter\AbstractAdapter->contractsGet(CacheItemPoolInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null, ?LoggerInterface $logger = null) …
      › $save = true;$item->set($callback($item, $save));if ($save) {
      arguments: {
        Symfony\Component\Cache\CacheItem {#3500 …}
        true
      }
    }
    /app/vendor/symfony/cache/Traits/ContractsTrait.php:81 {
      Symfony\Component\Cache\Adapter\AbstractAdapter->doGet(AdapterInterface $pool, string $key, callable $callback, ?float $beta, ?array &$metadata = null) …
      › 
      › return $this->contractsGet($pool, $key, function (CacheItem $item, bool &$save) use ($pool, $callback, $setMetadata, &$metadata, $key) {    // don't wrap nor save recursive calls
      arguments: {
        $pool: Symfony\Component\Cache\Adapter\FilesystemAdapter {#1394 …}
        $key: "station_added_profiles_ids_278"
        $callback: Closure(CacheItem $item, bool &$save) {#3505 …}
        $beta: 1.0
        &$metadata: []
        $logger: Symfony\Bridge\Monolog\Logger {#469 …}
      }
    }
    /app/vendor/symfony/cache-contracts/CacheTrait.php:35 {
      Symfony\Component\Cache\Adapter\AbstractAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null) …
      › {    return $this->doGet($this, $key, $callback, $beta, $metadata);}
      arguments: {
        $pool: Symfony\Component\Cache\Adapter\FilesystemAdapter {#1394 …}
        $key: "station_added_profiles_ids_278"
        $callback: Closure(CacheItem $item, bool &$save) {#3726 …}
        $beta: 1.0
        &$metadata: []
      }
    }
    /app/vendor/symfony/cache/Adapter/ChainAdapter.php:114 {
      Symfony\Component\Cache\Adapter\ChainAdapter->Symfony\Component\Cache\Adapter\{closure} …
      › if ($adapter instanceof CacheInterface) {    $value = $adapter->get($key, $callback, $beta, $metadata);} else {
      arguments: {
        $key: "station_added_profiles_ids_278"
        $callback: Closure(?CacheItem $item = null, bool &$save = true) {#3507 …}
        $beta: 0.0
        &$metadata: []
      }
    }
    /app/vendor/symfony/cache/Adapter/ArrayAdapter.php:84 {
      Symfony\Component\Cache\Adapter\ArrayAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null) …
      › $save = true;$item->set($callback($item, $save));if ($save) {
      arguments: {
        Symfony\Component\Cache\CacheItem {#3725 …}
        true
      }
    }
    /app/vendor/symfony/cache/Adapter/ChainAdapter.php:114 {
      Symfony\Component\Cache\Adapter\ChainAdapter->Symfony\Component\Cache\Adapter\{closure} …
      › if ($adapter instanceof CacheInterface) {    $value = $adapter->get($key, $callback, $beta, $metadata);} else {
      arguments: {
        $key: "station_added_profiles_ids_278"
        $callback: Closure(?CacheItem $item = null, bool &$save = true) {#3507 …}
        $beta: 0.0
        &$metadata: []
      }
    }
    /app/vendor/symfony/cache/Adapter/ChainAdapter.php:126 {
      Symfony\Component\Cache\Adapter\ChainAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null) …
      › 
      ›     return $wrap();}
    }
    /app/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php:48 {
      Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapterForV3->Sentry\SentryBundle\Tracing\Cache\{closure} …
      › 
      ›     return $this->decoratedAdapter->get($key, $callback, $beta, $metadata);}, $key);
      arguments: {
        $key: "station_added_profiles_ids_278"
        $callback: Closure(CacheItem $item, bool &$save) {#3726 …}
        $beta: null
        &$metadata: []
      }
    }
    /app/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php:186 {
      Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapterForV3->traceFunction(string $spanOperation, Closure $callback, ?string $spanDescription = null) …
      › try {    return $callback();} finally {
    }
    /app/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php:43 {
      Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapterForV3->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null): mixed …
      › {    return $this->traceFunction('cache.get_item', function () use ($key, $callback, $beta, &$metadata) {        if (!$this->decoratedAdapter instanceof CacheInterface) {
      arguments: {
        $spanOperation: "cache.get_item"
        $callback: Closure() {#3395 …}
        $spanDescription: "station_added_profiles_ids_278"
      }
    }
    /app/vendor/symfony/cache/Adapter/TraceableAdapter.php:56 {
      Symfony\Component\Cache\Adapter\TraceableAdapter->get(string $key, callable $callback, ?float $beta = null, ?array &$metadata = null) …
      › try {    $value = $this->pool->get($key, $callback, $beta, $metadata);    $event->result[$key] = get_debug_type($value);
      arguments: {
        $key: "station_added_profiles_ids_278"
        $callback: Closure(CacheItem $item, bool &$save) {#3731 …}
        $beta: null
        &$metadata: []
      }
    }
    /app/src/Controller/ProfileListController.php:431 {
      App\Controller\ProfileListController->addSinglePageStationResults(Page $result, City $city, Station $station, int $spread): Page …
      › 
      › $addedProfileIds = $this->stationAddedProfilesCache->get(self::CACHE_ITEM_STATION_ADDED_PROFILES . $station->getId(), function() use ($result, $city, $station, $spread): array {    $currentSpread = rand(0, $spread);
      arguments: {
        $key: "station_added_profiles_ids_278"
        $callback: Closure(CacheItem $item, bool &$save) {#3731 …}
      }
    }
    /app/src/Controller/ProfileListController.php:398 {
      App\Controller\ProfileListController->listByStation(Request $request, City $city, Station $station): Response …
      ›     $spread = $this->parameterBag->get('app.profile.station_page.added_profiles.spread');    $result = $this->addSinglePageStationResults($result, $city, $station, $spread ?: 5);}
      arguments: {
        $result: App\Bridge\Porpaginas\Doctrine\ORM\FakeORMQueryPage {#3396 …}
        $city: App\Entity\Location\City {#1568 …}
        $station: App\Entity\Location\Station {#1618 …}
        $spread: 5
      }
    }
    /app/vendor/symfony/http-kernel/HttpKernel.php:163 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#57 …}
        $city: App\Entity\Location\City {#1568 …}
        $station: App\Entity\Location\Station {#1618 …}
      }
    }
    /app/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#57 …}
        $type: 1
      }
    }
    /app/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#57 …}
        $type: 1
        $catch: true
      }
    }
    /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#57 …}
      }
    }
    /app/vendor/autoload_runtime.php:35 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /app/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/app/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#557 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"352-release-extra-categories.review.mechanic.works"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"216.73.216.13"
x-forwarded-host
"352-release-extra-categories.review.mechanic.works"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-server
"72bd309b5ebf"
x-php-ob-level
"0"
x-real-ip
"216.73.216.13"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Wed, 15 Apr 2026 23:02:07 GMT"
symfony-debug-toolbar-replace
0
vary
"Accept"
x-debug-exception
"An%20exception%20occurred%20while%20executing%20a%20query%3A%20SQLSTATE%5B42000%5D%3A%20Syntax%20error%20or%20access%20violation%3A%201064%20You%20have%20an%20error%20in%20your%20SQL%20syntax%3B%20check%20the%20manual%20that%20corresponds%20to%20your%20MySQL%20server%20version%20for%20the%20right%20syntax%20to%20use%20near%20%27-1%27%20at%20line%201"
x-debug-exception-file
"%2Fapp%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php:86"
x-debug-token
"ba4379"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:44
[
  [
    "file" => "/app/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 44
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Firewall/AccessListener.php"
    "line" => 87
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 49
    "function" => "authenticate"
    "class" => "Symfony\Component\Security\Http\Firewall\AccessListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 26
    "function" => "authenticate"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/security-http/Firewall.php"
    "line" => 92
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 118
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 230
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 59
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 154
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 75
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/http-kernel/Kernel.php"
    "line" => 202
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/app/vendor/autoload_runtime.php"
    "line" => 35
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/app/public/index.php"
    "line" => 5
    "args" => [
      "/app/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
API_VOUCHERS_IP_WHITELIST
"127.0.0.1"
APPROVAL_MEDIA_UPLOAD_DOMAIN
""
APP_SECRET
"1295665370275a839f299a7dad294d91"
CORS_ALLOW_ORIGIN
"^https?://localhost(:[0-9]+)?$"
DEFAULT_CITY
"moscow"
DEFAULT_TIMEZONE
"+00:00"
DEFAULT_TIMEZONE_CITY_NAME
"UTC"
DELETED_SALOON_HTTP_200_STARTING_FROM
"2021-01-13T00:00:00+00:00+00:00"
DOMAIN_TIMELINE_API_URL
""
EMAIL_FROM
"admin@belochki.club"
FAKE_AUTHENTICATION
"true"
FEATURE_ADBOARD_POSITIONS_ALIGNMENT_BY_SCHEDULE
"true"
FEATURE_DROP_DEFAULT_CITY_PREFIX
"false"
FEATURE_DUMMY_PAGE_403
"false"
FEATURE_EXTRA_CATEGORY_BEAUTIFUL_PROSTITUTES
"false"
FEATURE_EXTRA_CATEGORY_BIG_ASS
"false"
FEATURE_EXTRA_CATEGORY_BIG_BREAST
"false"
FEATURE_EXTRA_CATEGORY_DWARFS
"false"
FEATURE_EXTRA_CATEGORY_EIGHTEEN_YEARS_OLD
"false"
FEATURE_EXTRA_CATEGORY_EXPRESS_PROGRAM
"false"
FEATURE_EXTRA_CATEGORY_FOR_HOUR
"false"
FEATURE_EXTRA_CATEGORY_FOR_TWO_HOURS
"false"
FEATURE_EXTRA_CATEGORY_GRANDMOTHERS
"false"
FEATURE_EXTRA_CATEGORY_INTIM_SERVICES
"false"
FEATURE_EXTRA_CATEGORY_OUTCALL
"false"
FEATURE_EXTRA_CATEGORY_ROUND_THE_CLOCK
"false"
FEATURE_EXTRA_CATEGORY_RUBLEVSKIE
"false"
FEATURE_EXTRA_CATEGORY_SMALL_ASS
"false"
FEATURE_EXTRA_CATEGORY_TOP_100
"true"
FEATURE_EXTRA_CATEGORY_VERY_SKINNY
"false"
FEATURE_EXTRA_CATEGORY_WITHOUT_INTERMEDIARIES
"false"
FEATURE_EXTRA_CATEGORY_WITHOUT_PREPAYMENT
"true"
FEATURE_EXTRA_CATEGORY_WITH_PIERCING
"false"
FEATURE_EXTRA_CATEGORY_WITH_TATTOO
"false"
FEATURE_EXTRA_CATEGORY_WITH_TELEGRAM
"false"
FEATURE_EXTRA_CATEGORY_WITH_WHATSAPP
"false"
FEATURE_INTIM_MOSCOW_LISTING
"true"
FEATURE_PROFILE_ADBOARD_LOG
"true"
FEATURE_REPLACE_BAD_WORDS
"false"
FEATURE_SITEMAP_MULTIPLE_LOCALES
"true"
LOCK_DSN
"flock"
MAILER_DSN
"smtp://mail:1025"
MAILER_URL
"smtp://mail:1025"
MANAGEMENT_TIMEZONE
"+03:00"
MESSENGER_TRANSPORT_DSN
"doctrine://default"
PAYDAY_API_KEY
""
REDIRECT_PATHS
""
REDIS_URL
"redis://app_cache:6379"
RESPONSIVE_MEDIA_BASE_URL
""
ROTATION_API_BASE_URL
"http://rotation:8000/"
ROTATION_REDIS_URL
"in-memory://"
ROTATION_UPDATE_STREAM
"rotation_update_stream"
ROUTING_CITY_KEYWORD_PREFIX
""
S3_ACCESS_KEY_ID
""
S3_BUCKET
""
S3_ENDPOINT
""
S3_SECRET_ACCESS_KEY
""
SEARCH_FORM_COOKIE_TIME
"1200"
SITEMAP_DIRECTORY
"/"
SITEMAP_GZIP
"true"
SITEMAP_HTTPS
"true"
TMP_DIRECTORY
"/tmp"
UPLOAD_TMP_DIRECTORY
"/tmp"
USE_LEGACY_DOMAIN_REDIRECTOR
"true"
VIDEO_WATERMARK_PATH
"public/static/img/logo500.png"

Defined as regular env variables

Key Value
ADVERTISER_COMMENTED_PROFILES_PER_PAGE
"1"
ADVERTISER_COMMENTED_SALOONS_PER_PAGE
"24"
ADVERTISER_PHONE_REVIEWS_PER_PAGE
"24"
ADVERTISER_PROFILES_PER_PAGE
"2"
ADVERTISER_PROFILE_COMMENTS_PER_PAGE
"1"
ADVERTISER_PROFILE_LIST_PER_PAGE_VARIANTS
"24,50,100,-1"
ADVERTISER_SALOONS_PER_PAGE
"24"
ADVERTISER_SALOON_COMMENTS_PER_PAGE
"24"
ADVERTISER_SALOON_LIST_PER_PAGE_VARIANTS
"24,50,100,-1"
ADVERTISER_SUPPORT_MESSAGES_PER_PAGE
"1"
ANONYMOUS_COMMENTS_FROM_IP_ADDRESS_PER_DAY
"3"
APACHE_CONFDIR
"/etc/apache2"
APACHE_ENVVARS
"/etc/apache2/envvars"
APACHE_LOCK_DIR
"/var/lock/apache2"
APACHE_LOG_DIR
"/var/log/apache2"
APACHE_PID_FILE
"/var/run/apache2/apache2.pid"
APACHE_RUN_DIR
"/var/run/apache2"
APACHE_RUN_GROUP
"www-data"
APACHE_RUN_USER
"www-data"
APP_DEBUG
"1"
APP_ENV
"review"
BOT_HELPER_VIEWED_PROFILES_DATA_MINIMUM_NEEDED
"10"
BOT_HELPER_VIEWED_PROFILES_DATA_STORED_COUNT
"10"
BULK_MAX_ENTITIES_TO_PROCESS_IMMEDIATELY
"50"
CACHE_PREFIX
"435ad460"
COMPOSER_ALLOW_SUPERUSER
"1"
CONTEXT_DOCUMENT_ROOT
"/app/public"
CONTEXT_PREFIX
""
CUSTOMER_FAVOURITE_PROFILES_PER_PAGE
"1"
CUSTOMER_PREFERRED_PROFILES_PER_PAGE
"1"
CUSTOMER_PROFILE_COMMENTS_PER_PAGE
"1"
CUSTOMER_SALOON_COMMENTS_PER_PAGE
"24"
DATABASE_MULTI_WEBSITE_URL
"mysql://root:root@db:3306/shared_db_435ad460"
DATABASE_READONLY_URL
"mysql://root:root@db:3306/435ad460"
DATABASE_URL
"mysql://root:root@db:3306/435ad460"
DEBUG_ROTATION_API_DATA
""
DEFAULT_CURRENCY
"RUB"
DELETED_PROFILE_HTTP_200_STARTING_FROM
"2021-01-13T00:00:00+00:00+00:00"
DISTRICT_PAGES_LINKAGE_CIRCLE_RANDOM_MODE
"-1"
DOCUMENT_ROOT
"/app/public"
DUMMY_PROFILES_CITIES_AND_COUNT
"moscow:50"
ELASTICSEARCH_INDEX_DESCRIPTION
"descriptions_435ad460"
ELASTICSEARCH_INDEX_KEY_SEARCH
"key_search_435ad460"
ELASTICSEARCH_INDEX_RECOMMENDATIONS
"recommendations_435ad460"
ELASTICSEARCH_URL
"http://es:9200/"
ENV_EXPORT_TOKEN
"Dn1KN3ASdcPLeFfX7KofYHY4EQL4"
EWZ_RECAPTCHA_SECRET
"6Lepcy0aAAAAAAr_xVevDcsUWoW9-5lzmVqb8qLC"
EWZ_RECAPTCHA_SITE_KEY
"6Lepcy0aAAAAACiLXSdp85st5DAJLbBEXqRR_2rc"
FEATURE_ACCOUNT_MAIN_IS_PROFILES
"true"
FEATURE_ALLOW_DOMAIN_REDIRECTS
"false"
FEATURE_ALLOW_LEGACY_CITY_URI_CASE_REDIRECTS
"false"
FEATURE_ALLOW_PROFILE_DELETE
"true"
FEATURE_APPROVAL_BY_VIDEO
"true"
FEATURE_CANONICAL_URL_WITH_PAGINATION
"false"
FEATURE_CHECK_DESCRIPTION_UNIQUE
"true"
FEATURE_CITY_MAIN_PAGES_LINKAGE_CIRCLE
"false"
FEATURE_CONSIDER_APPROVED_PRIORITY
"true"
FEATURE_CROP_AVATAR
"true"
FEATURE_CTR
"true"
FEATURE_DEFAULT_CITY_REDIRECT
"true"
FEATURE_ESCORT_ADDITIONAL_REQUIREMENTS
"false"
FEATURE_EXTENDED_PROFILE_FORM
"true"
FEATURE_FILL_EMPTY_PROFILE_LIST
"true"
FEATURE_FREE_PROFILES
"true"
FEATURE_HARD_MODERATION
"false"
FEATURE_HAS_ARCHIVE_PAGE
"false"
FEATURE_HAS_BREAST_TYPE
"false"
FEATURE_HAS_CITY_LIST_PAGE
"false"
FEATURE_HAS_GIGOLO_AND_TRANS
"false"
FEATURE_HAS_MASSEURS
"true"
FEATURE_HAS_PROFILE_TRANSLATIONS
"false"
FEATURE_HAS_SALOONS
"true"
FEATURE_HAS_STATION_LIST_PAGE
"false"
FEATURE_HAS_TRANSLATIONS
"true"
FEATURE_HOMEPAGE_AS_CITY_LIST
"false"
FEATURE_INNER_LINKAGE_CIRCLE
"false"
FEATURE_MULTIPLE_CITIES
"false"
FEATURE_NON_MASSEUR_ON_ACCOUNT_MAIN
"true"
FEATURE_NON_MASSEUR_ON_ACCOUNT_PROFILE_LIST
"false"
FEATURE_POSTPROCESS_VIDEO
"true"
FEATURE_PROFILES_ON_ACCOUNT_MAIN
"true"
FEATURE_PROFILE_COMMENTS
"true"
FEATURE_REDIRECT_TO_ACCOUNT_MAIN_AFTER_PROFILE_EDIT
"true"
FEATURE_RESTRICT_UNAPPROVED_PROFILES_PLACEMENT_HIDING
"true"
FEATURE_RESTRICT_UNAPPROVED_PROFILE_FREE_PLACEMENT
"false"
FEATURE_STATION_PAGES_LINKAGE_CIRCLE
"false"
FEATURE_STATION_PAGE_ADD_PROFILES
"true"
FEATURE_USE_SIGN_UP_CAPTCHA
"false"
FEATURE_USE_SUPPORT_MESSAGE_CAPTCHA
"false"
GATEWAY_INTERFACE
"CGI/1.1"
GA_TRACKER_ID
"GA-TEST-000"
GPG_KEYS
"39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC"
HOSTNAME
"6294b4b4fc27"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"352-release-extra-categories.review.mechanic.works"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"216.73.216.13"
HTTP_X_FORWARDED_HOST
"352-release-extra-categories.review.mechanic.works"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SERVER
"72bd309b5ebf"
HTTP_X_REAL_IP
"216.73.216.13"
LANG
"C"
MAIN_DOMAIN
"example.com"
MIN_PROFILE_BDSM_SERVICES_FOR_BDSM_PAGE
"2"
MIRROR_DOMAIN
"mirror-domain.example.com"
OPLATA_MERCHANT_ID
"848852"
OPLATA_MERCHANT_PASSWORD
"CFA4D19598"
PAGE_METADATA_VARIANT
"default"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHPIZE_DEPS
"autoconf \t\tdpkg-dev dpkg \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.2.14.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_MEMORY_LIMIT
"1G"
PHP_SELF
"/index.php"
PHP_SHA256
"763ecd39fcf51c3815af6ef6e43fa9aa0d0bd8e5a615009e5f4780c92705f583"
PHP_UPLOAD_MAX_SIZE
"32G"
PHP_URL
"https://www.php.net/distributions/php-8.2.14.tar.xz"
PHP_VERSION
"8.2.14"
PROFILE_APPROVAL_BONUS_AMOUNT
"1001"
PROFILE_AVATAR_MIN_HEIGHT
"700"
PROFILE_AVATAR_MIN_WIDTH
"500"
PROFILE_IMAGE_MAX_SIDE_SIZE
"2000"
PROFILE_LIST_PER_PAGE
"1"
PWD
"/app"
QUERY_STRING
""
RECOMMENDATIONS_VIEWED_PROFILES_DATA_STORED_COUNT
"10"
REMOTE_ADDR
"172.18.0.2"
REMOTE_PORT
"39138"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1776294126
REQUEST_TIME_FLOAT
1776294126.3438
REQUEST_URI
"/stanciya-testovskaya-moskva-siti/"
RU_CURRENCY
"RUB"
S3_REGION
"us-west-2"
SALOON_LIST_PER_PAGE
"36"
SCRIPT_FILENAME
"/app/public/index.php"
SCRIPT_NAME
"/index.php"
SEARCH_BY_KEYWORDS_PER_PAGE
"2"
SERVER_ADDR
"172.18.0.14"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"352-release-extra-categories.review.mechanic.works"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.57 (Debian) Server at 352-release-extra-categories.review.mechanic.works Port 80</address>\n"
SERVER_SOFTWARE
"Apache/2.4.57 (Debian)"
SHLVL
"0"
STATIONS_DATA_DOMAIN
"metroapi.cc"
STATION_PAGES_LINKAGE_CIRCLE_RANDOM_MODE
"1"
STATION_PAGE_ADDED_PROFILES_SPREAD
"5"
SYMFONY_DOTENV_VARS
"APP_SECRET,MAILER_URL,MAILER_DSN,CORS_ALLOW_ORIGIN,REDIS_URL,S3_ACCESS_KEY_ID,S3_SECRET_ACCESS_KEY,S3_BUCKET,S3_ENDPOINT,APPROVAL_MEDIA_UPLOAD_DOMAIN,EMAIL_FROM,RESPONSIVE_MEDIA_BASE_URL,DEFAULT_CITY,DEFAULT_TIMEZONE,DEFAULT_TIMEZONE_CITY_NAME,MANAGEMENT_TIMEZONE,USE_LEGACY_DOMAIN_REDIRECTOR,FEATURE_ADBOARD_POSITIONS_ALIGNMENT_BY_SCHEDULE,FEATURE_DUMMY_PAGE_403,FEATURE_EXTRA_CATEGORY_WITH_WHATSAPP,FEATURE_EXTRA_CATEGORY_WITH_TELEGRAM,FEATURE_EXTRA_CATEGORY_EIGHTEEN_YEARS_OLD,FEATURE_EXTRA_CATEGORY_BIG_ASS,FEATURE_EXTRA_CATEGORY_RUBLEVSKIE,FEATURE_EXTRA_CATEGORY_WITH_TATTOO,FEATURE_EXTRA_CATEGORY_WITH_PIERCING,FEATURE_EXTRA_CATEGORY_FOR_TWO_HOURS,FEATURE_EXTRA_CATEGORY_FOR_HOUR,FEATURE_EXTRA_CATEGORY_ROUND_THE_CLOCK,FEATURE_EXTRA_CATEGORY_EXPRESS_PROGRAM,FEATURE_EXTRA_CATEGORY_GRANDMOTHERS,FEATURE_EXTRA_CATEGORY_BIG_BREAST,FEATURE_EXTRA_CATEGORY_VERY_SKINNY,FEATURE_EXTRA_CATEGORY_SMALL_ASS,FEATURE_EXTRA_CATEGORY_BEAUTIFUL_PROSTITUTES,FEATURE_EXTRA_CATEGORY_WITHOUT_INTERMEDIARIES,FEATURE_EXTRA_CATEGORY_INTIM_SERVICES,FEATURE_EXTRA_CATEGORY_OUTCALL,FEATURE_EXTRA_CATEGORY_DWARFS,FEATURE_EXTRA_CATEGORY_WITHOUT_PREPAYMENT,FEATURE_INTIM_MOSCOW_LISTING,FEATURE_DROP_DEFAULT_CITY_PREFIX,FEATURE_PROFILE_ADBOARD_LOG,FEATURE_REPLACE_BAD_WORDS,FEATURE_SITEMAP_MULTIPLE_LOCALES,FEATURE_EXTRA_CATEGORY_TOP_100,FAKE_AUTHENTICATION,SITEMAP_HTTPS,SITEMAP_GZIP,SITEMAP_DIRECTORY,API_VOUCHERS_IP_WHITELIST,SEARCH_FORM_COOKIE_TIME,DELETED_SALOON_HTTP_200_STARTING_FROM,VIDEO_WATERMARK_PATH,UPLOAD_TMP_DIRECTORY,TMP_DIRECTORY,REDIRECT_PATHS,MESSENGER_TRANSPORT_DSN,LOCK_DSN,ROUTING_CITY_KEYWORD_PREFIX,PAYDAY_API_KEY,ROTATION_REDIS_URL,ROTATION_UPDATE_STREAM,ROTATION_API_BASE_URL,DOMAIN_TIMELINE_API_URL"
TRUSTED_PROXIES
"127.0.0.1,127.0.0.2,192.168.0.0/16,172.26.110.0/24,172.18.0.1/16"
YM_TRACKER_ID
"1000000000"
argc
0
argv
[]

Parent Request

Return to parent request (token = 6d3918)

Key Value
_cache
Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache {#1597
  -expires: null
  -maxage: 60
  -smaxage: null
  -public: true
  -mustRevalidate: null
  -vary: null
  -lastModified: null
  -etag: null
  -maxStale: null
  -staleWhileRevalidate: null
  -staleIfError: null
}
_controller
"App\Controller\ProfileListController::listByStation"
_converters
[
  Sensio\Bundle\FrameworkExtraBundle\Configuration\ParamConverter {#1570
    -name: "city"
    -class: "App\Entity\Location\City"
    -options: []
    -isOptional: false
    -converter: "city_converter"
  }
  Sensio\Bundle\FrameworkExtraBundle\Configuration\Entity {#1608
    -name: "station"
    -class: "App\Entity\Location\Station"
    -options: [
      "expr" => "repository.ofUriIdentityWithinCity(station, city)"
    ]
    -isOptional: false
    -converter: null
  }
]
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"profile_list.list_by_station"
_route_params
[
  "station" => "testovskaya-moskva-siti"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"c7b5d8"
city
App\Entity\Location\City {#1568
  #id: 1
  #name: AngelGamez\TranslatableBundle\Entity\TranslatableValue {#1515 …}
  #uriIdentity: "moscow"
  #countryCode: "RU"
  #cityGroup: null
  #counties: Doctrine\ORM\PersistentCollection {#1484 …}
  #districts: Doctrine\ORM\PersistentCollection {#1632 …}
  #stations: Doctrine\ORM\PersistentCollection {#1616 …}
  #mapCoordinate: App\Entity\Location\MapCoordinate {#1520 …}
  #timezone: null
}
station
App\Entity\Location\Station {#1618
  #id: 278
  #city: App\Entity\Location\City {#1568
    #id: 1
    #name: AngelGamez\TranslatableBundle\Entity\TranslatableValue {#1515 …}
    #uriIdentity: "moscow"
    #countryCode: "RU"
    #cityGroup: null
    #counties: Doctrine\ORM\PersistentCollection {#1484 …}
    #districts: Doctrine\ORM\PersistentCollection {#1632 …}
    #stations: Doctrine\ORM\PersistentCollection {#1616 …}
    #mapCoordinate: App\Entity\Location\MapCoordinate {#1520 …}
    #timezone: null
  }
  #county: Proxies\__CG__\App\Entity\Location\County {#1688 …}
  #district: Proxies\__CG__\App\Entity\Location\District {#1678 …}
  #lines: Doctrine\ORM\PersistentCollection {#1660 …}
  #name: AngelGamez\TranslatableBundle\Entity\TranslatableValue {#1511 …}
  #uriIdentity: "testovskaya-moskva-siti"
}