summaryrefslogtreecommitdiffstatshomepage
path: root/core/scripts/db-tools.php
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2016-02-11 12:54:33 -0800
committerJennifer Hodgdon <yahgrp@poplarware.com>2016-02-11 12:54:33 -0800
commitd87ade36a470b9d7f8ff5a062a4e3babf69ef938 (patch)
treeedf2aa2dce273861b727b493ba314c0e8aaee688 /core/scripts/db-tools.php
parentdd0beee2517df756efdca2af1cb53fa97ddb5ba3 (diff)
downloaddrupal-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.php5
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;