diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2016-02-11 12:54:33 -0800 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2016-02-11 12:54:33 -0800 |
commit | d87ade36a470b9d7f8ff5a062a4e3babf69ef938 (patch) | |
tree | edf2aa2dce273861b727b493ba314c0e8aaee688 /core/scripts/db-tools.php | |
parent | dd0beee2517df756efdca2af1cb53fa97ddb5ba3 (diff) | |
download | drupal-d87ade36a470b9d7f8ff5a062a4e3babf69ef938.tar.gz drupal-d87ade36a470b9d7f8ff5a062a4e3babf69ef938.zip |
Issue #2572643 by alexpott, attiks, Jelle_S, jhodgdon: Fix Drupal.Commenting.FileComment coding standard
Diffstat (limited to 'core/scripts/db-tools.php')
-rw-r--r-- | core/scripts/db-tools.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/scripts/db-tools.php b/core/scripts/db-tools.php index 316c62fce64..476b4224493 100644 --- a/core/scripts/db-tools.php +++ b/core/scripts/db-tools.php @@ -1,6 +1,11 @@ #!/usr/bin/env php <?php +/** + * @file + * A command line application to import a database generation script. + */ + use Drupal\Core\Command\DbToolsApplication; use Drupal\Core\DrupalKernel; use Drupal\Core\Site\Settings; |