Completed
Push — master ( fa65db...43890a )
by Wilmer
03:52
created
src/controllers/SiteController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
      * @param string $email the target email address
114 114
      * @param Model  $model
115 115
      *
116
-     * @return bool whether the model passes validation
116
+     * @return boolean|null whether the model passes validation
117 117
      **/
118 118
     public function sendContact(string $email, Model $model)
119 119
     {
Please login to merge, or discard this patch.