Skip to content

update pro Symfony 8.1#24

Merged
ldfk merged 10 commits into
masterfrom
symfony-8.1
Jun 16, 2026
Merged

update pro Symfony 8.1#24
ldfk merged 10 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

@jarogit

jarogit commented Jun 15, 2026

Copy link
Copy Markdown
Author

@ldfk hotovo, všechny položky jsou opraveny a přidáno CI.

@ldfk ldfk merged commit f70fe9b into master Jun 16, 2026
1 check passed
@ldfk ldfk deleted the symfony-8.1 branch June 16, 2026 07:16
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