Failed Conditions
Pull Request — master (#18)
by Billie
07:27 queued 04:36
created
src/PurpleBooth/GitLintValidators/Validator/Validator.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -15,6 +15,7 @@
 block discarded – undo
15 15
      * Check if a message passes a specific test, and return a status that identifies if it is or isn't.
16 16
      *
17 17
      * @param Message $message
18
+     * @return void
18 19
      */
19 20
     public function validate(Message $message);
20 21
 }
Please login to merge, or discard this patch.
src/PurpleBooth/GitLintValidators/Message.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -15,6 +15,7 @@
 block discarded – undo
15 15
      * Check if a message passes a specific test, and return a status that identifies if it is or isn't.
16 16
      *
17 17
      * @param Message $message
18
+     * @return void
18 19
      */
19 20
     public function validate(Message $message);
20 21
 }
Please login to merge, or discard this patch.
src/PurpleBooth/GitLintValidators/ValidateMessage.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -15,6 +15,7 @@
 block discarded – undo
15 15
      * Check if a message passes a specific test, and return a status that identifies if it is or isn't.
16 16
      *
17 17
      * @param Message $message
18
+     * @return void
18 19
      */
19 20
     public function validate(Message $message);
20 21
 }
Please login to merge, or discard this patch.