diff --git a/core/modules/php/php.module b/core/modules/php/php.module index 37bf9a1..926117e 100644 --- a/core/modules/php/php.module +++ b/core/modules/php/php.module @@ -48,6 +48,7 @@ function php_permission() { * * @param $code * The code to evaluate. + * * @return * A string containing the printed output of the code, followed by the returned * output of the code. @@ -137,4 +138,3 @@ function php_filter_info() { ); return $filters; } -