diff --git a/coder_tough_love.module b/coder_tough_love.module
index 2b17d2f..8f72b64 100644
--- a/coder_tough_love.module
+++ b/coder_tough_love.module
@@ -76,7 +76,7 @@ function coder_tough_love_reviews() {
     array(
       '#source' => 'comment',
       '#type' => 'regex',
-      '#value' => '(@param|@return) (?!array|int|mixed|string|unknown_type).*? .*?',
+      '#value' => '(@param|@return) (?!array|int|mixed|string|object|unknown_type).*? .*?',
       '#warning_callback' => '_coder_tough_love_doxygen_param_description_warning',
     ),
 
