Skip to content

update pro Symfony 8.1#24

Open
jarogit wants to merge 8 commits into
masterfrom
symfony-8.1
Open

update pro Symfony 8.1#24
jarogit wants to merge 8 commits into
masterfrom
symfony-8.1

Conversation

@jarogit

@jarogit jarogit commented Jun 10, 2026

Copy link
Copy Markdown

No description provided.

@jarogit jarogit requested a review from ldfk June 10, 2026 12:58

@ldfk ldfk left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

neni vyresena nekompatibilni class hirearchy

  • \Imatic\Bundle\FormBundle\Validator\Constraints\LatitudeValidator::validate
  • \Imatic\Bundle\FormBundle\Validator\Constraints\LongitudeValidator::validate
  • \Imatic\Bundle\FormBundle\Validator\Constraints\NotNullGroupValidator::validate
  • \Imatic\Bundle\FormBundle\Validator\Constraints\NotNullOneOfValidator::validate

upravama ti vznikly undefined variable

  • Form/DataTransformer/ArrayToStringTransformer.php:10
  • Form/DataTransformer/ArrayToStringTransformer.php:19
  • Form/DataTransformer/CollectionToScalarTransformer.php:30
  • Form/DataTransformer/EntityToScalarTransformer.php:28

bundle ma testy, ktere by ti mely pred vytvorenim PR prochazet, idelani by bylo, kdyby jsi bitbucket-pipelines.yml prepsal do github actions, aby se testy spoustely automaticky. diky

foreach ($this->properties as $property) {
$reflProperty = new \ReflectionProperty($value, $property);
$reflProperty->setAccessible(true);
if (\PHP_VERSION_ID < 80100) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zbytecna podminka, smazat

foreach ($constraint->properties as $property) {
$reflProperty = new \ReflectionProperty($value, $property);
$reflProperty->setAccessible(true);
if (\PHP_VERSION_ID < 80100) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zbytecna podminka, smazat

foreach ($constraint->properties as $property) {
$reflProperty = new \ReflectionProperty($value, $property);
$reflProperty->setAccessible(true);
if (\PHP_VERSION_ID < 80100) {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

zbytecna podminka, smazat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants