-
Notifications
You must be signed in to change notification settings - Fork 0
Description
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.