Rokas Mikalkėnas

Results 8 issues of Rokas Mikalkėnas

### Bug Report | Q | A |------------ | ------ | Version | 3.3.2 #### Summary Platform: MySQL Version: 8.0 Entity with versionable field: ```php /** * @ORM\Version() * @ORM\Column(type="datetime")...

Bug
MySQL
Schema Comparison

If `$this->localProjectDir = '/app'` and `$absolutePath = '/app/web/app_dev.php'` then `$relativePath = '/web_dev.php'` and `validatePathIsRelativeToProject` throws `InvalidConfigurationException`. As I understand it should remove absolute paths dir

In my project I dont use doctrine. How can I use this currency bundle? `The service "lexik_currency.adapter_factory" has a dependency on a non-existent service "doctrine".`

`assertContainerBuilderHasServiceDefinitionWithArgument` does not fail if service argument is a Reference object and assertion argument comes as a string. I think it should fail, since Reference argument and string argument is...

Hello, looks like this [sniff](https://github.com/slevomat/coding-standard/blob/master/doc/control-structures.md#slevomatcodingstandardcontrolstructuresdisallowtrailingmultilineternaryoperator-) does not report error for such cases: ```php function foo() {} $a = $b === 'a' ? foo() : 'c'; ``` ```php function foo() {}...

Enhancement

Issue: #5 Using symfony finder component I have managed to implement ability to define directories in config files in which yml/yaml files would be found for checking. Remaining question: currently...

Installed via `composer require denzyl/phanalist` Main image: `php:8.3.3-cli-bullseye` ``` > ldd --version ldd (Debian GLIBC 2.31-13+deb11u8) 2.31 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the...

bug

### Bug report Hi, I'm playing around the exception rule and found out that it does not work with exceptions in callables. An example: ```php