php bin/console doctrine:schema:validate

Validate the mapping files.

Usage

doctrine:schema:validate [--skip-mapping] [--skip-sync] [--em [EM]]

Options

      --skip-mapping   Skip the mapping validation check 
      --skip-sync      Skip checking if the mapping is in sync with the database 
      --em             The entity manager to use for this command 

Help

'Validate that the mapping files are correct and in sync with the database.'