Completed
Push — master ( 0d63ee...17074f )
by Hong
04:53
created
src/Phossa2/Event/Traits/EventCapableTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -85,6 +85,7 @@
 block discarded – undo
85 85
 
86 86
     /**
87 87
      * {@inheritDoc}
88
+     * @param string $eventName
88 89
      */
89 90
     public function trigger(
90 91
         /*# string */ $eventName,
Please login to merge, or discard this patch.
src/Phossa2/Query/Traits/Clause/ColTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -98,6 +98,7 @@
 block discarded – undo
98 98
 
99 99
     /**
100 100
      * {@inheritDoc}
101
+     * @param string $template
101 102
      */
102 103
     public function colTpl(
103 104
         /*# string */ $template,
Please login to merge, or discard this patch.
src/Phossa2/Query/Traits/Clause/JoinTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
      *
108 108
      * @param  string $joinType
109 109
      * @param  string|string[]|SelectStatementInterface $secondTable
110
-     * @param  string|string[]|ExpressionInterface $onClause
110
+     * @param  string $onClause
111 111
      * @param  bool $rawMode
112 112
      * @return $this
113 113
      * @access protected
Please login to merge, or discard this patch.
src/Phossa2/Query/Traits/Clause/SetTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -92,6 +92,7 @@
 block discarded – undo
92 92
 
93 93
     /**
94 94
      * {@inheritDoc}
95
+     * @param string $template
95 96
      */
96 97
     public function setTpl(
97 98
         /*# string */ $col,
Please login to merge, or discard this patch.
src/Phossa2/Shared/Debug/DebuggableInterface.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
      * Set the logger
41 41
      *
42 42
      * @param  LoggerInterface $logger
43
-     * @return $this;
43
+     * @return DebuggableTrait
44 44
      * @access public
45 45
      * @api
46 46
      */
@@ -49,7 +49,8 @@  discard block
 block discarded – undo
49 49
     /**
50 50
      * Delete debugger to object $object
51 51
      *
52
-     * @return object $object
52
+     * @param \Phossa2\Route\Interfaces\CollectorInterface $object
53
+     * @return DebuggableTrait $object
53 54
      * @access public
54 55
      * @api
55 56
      */
Please login to merge, or discard this patch.