summaryrefslogtreecommitdiff
path: root/modules/php/php.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/php/php.module')
-rw-r--r--modules/php/php.module6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/php/php.module b/modules/php/php.module
index b623e28ff..eb7a1020e 100644
--- a/modules/php/php.module
+++ b/modules/php/php.module
@@ -7,7 +7,7 @@
*/
/**
- * Implement hook_help().
+ * Implements hook_help().
*/
function php_help($path, $arg) {
switch ($path) {
@@ -21,7 +21,7 @@ function php_help($path, $arg) {
}
/**
- * Implement hook_permission().
+ * Implements hook_permission().
*/
function php_permission() {
return array(
@@ -120,7 +120,7 @@ else {
}
/**
- * Implement hook_filter_info().
+ * Implements hook_filter_info().
*
* Provide PHP code filter. Use with care.
*/