Completed
Push — master ( 2359d0...f1929c )
by François
04:23
created
src/Bouncer.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -154,6 +154,7 @@  discard block
 block discarded – undo
154 154
 
155 155
     /**
156 156
      * @throw Exception
157
+     * @param string $message
157 158
      */
158 159
     public function error($message)
159 160
     {
@@ -421,6 +422,11 @@  discard block
 block discarded – undo
421 422
      *
422 423
      * @return object
423 424
      */
425
+
426
+    /**
427
+     * @param string $type
428
+     * @param Identity $value
429
+     */
424 430
     protected function processAnalyzers($type, $value)
425 431
     {
426 432
         if (isset($this->analyzers[$type])) {
Please login to merge, or discard this patch.