We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using the command ./vendor/sourcerer-mike/phpsemver/bin/phpsemver compare --type git HEAD ./src/MainBundle
./vendor/sourcerer-mike/phpsemver/bin/phpsemver compare --type git HEAD ./src/MainBundle
and having the result: +-------+---------------------------------------------------------------------+ |�[32m Level �[39m|�[32m Message �[39m| +-------+---------------------------------------------------------------------+ | major | AppCache removed | | major | AppKernel removed | | major | DBV removed | | major | DBV_Adapter_DBLib removed | | major | DBV_Adapter_MySQL removed | | major | DBV_Adapter_PDO removed | | major | DBV_Adapter_PostgreSQL removed | | major | DBV_Adapter_SQLite removed | | major | DBV_Exception removed | | major | __() removed | | major | DBV_Adapter_Interface removed | | patch | MainBundle\Entity\UserRepository::loadUserByUsername() body changed | | patch | MainBundle\Service\Redacao::search() body changed | | patch | MainBundle\Utils\Debug::finishCount() body changed | +-------+---------------------------------------------------------------------+
But, none that report have a real change. I try "git diff", "git log" and anything else, but nothing.
The text was updated successfully, but these errors were encountered:
Sorry for taking so long to respond. Thank you for letting me know about this problem!
Is it within a public repository and can you name the URL to it? Which version oh phpsemver did you use?
Thanks in advance!
Cheers,
Mike
Sorry, something went wrong.
No branches or pull requests
I'm using the command
./vendor/sourcerer-mike/phpsemver/bin/phpsemver compare --type git HEAD ./src/MainBundle
and having the result:
+-------+---------------------------------------------------------------------+
|�[32m Level �[39m|�[32m Message �[39m|
+-------+---------------------------------------------------------------------+
| major | AppCache removed |
| major | AppKernel removed |
| major | DBV removed |
| major | DBV_Adapter_DBLib removed |
| major | DBV_Adapter_MySQL removed |
| major | DBV_Adapter_PDO removed |
| major | DBV_Adapter_PostgreSQL removed |
| major | DBV_Adapter_SQLite removed |
| major | DBV_Exception removed |
| major | __() removed |
| major | DBV_Adapter_Interface removed |
| patch | MainBundle\Entity\UserRepository::loadUserByUsername() body changed |
| patch | MainBundle\Service\Redacao::search() body changed |
| patch | MainBundle\Utils\Debug::finishCount() body changed |
+-------+---------------------------------------------------------------------+
But, none that report have a real change.
I try "git diff", "git log" and anything else, but nothing.
The text was updated successfully, but these errors were encountered: