From 0f4060f377a6ccea57a183b3c3e4801c450f5476 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 27 May 2009 18:34:03 +0000 Subject: - Patch #472642 by stella, agentrickard: remove 'implementation of' nominalizations from Docblocks. --- modules/simpletest/tests/field_test.install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/simpletest/tests/field_test.install') diff --git a/modules/simpletest/tests/field_test.install b/modules/simpletest/tests/field_test.install index 7faa5ee56..1fa0eeb11 100644 --- a/modules/simpletest/tests/field_test.install +++ b/modules/simpletest/tests/field_test.install @@ -7,7 +7,7 @@ */ /** - * Implementation of hook_schema(). + * Implement hook_schema(). */ function field_test_schema() { $schema['test_entity'] = array( @@ -66,14 +66,14 @@ function field_test_schema() { } /** - * Implementation of hook_install(). + * Implement hook_install(). */ function field_test_install() { drupal_install_schema('field_test'); } /** - * Implementation of hook_uninstall(). + * Implement hook_uninstall(). */ function field_test_uninstall() { drupal_uninstall_schema('field_test'); -- cgit v1.2.3