@@ -85,6 +85,7 @@ |
||
85 | 85 | |
86 | 86 | /** |
87 | 87 | * {@inheritDoc} |
88 | + * @param string $eventName |
|
88 | 89 | */ |
89 | 90 | public function trigger( |
90 | 91 | /*# string */ $eventName, |
@@ -107,7 +107,7 @@ |
||
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 |
@@ -92,6 +92,7 @@ |
||
92 | 92 | |
93 | 93 | /** |
94 | 94 | * {@inheritDoc} |
95 | + * @param string $template |
|
95 | 96 | */ |
96 | 97 | public function setTpl( |
97 | 98 | /*# string */ $col, |
@@ -40,7 +40,7 @@ discard block |
||
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 |
||
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 | */ |
@@ -92,6 +92,7 @@ |
||
92 | 92 | |
93 | 93 | /** |
94 | 94 | * {@inheritDoc} |
95 | + * @param string $template |
|
95 | 96 | */ |
96 | 97 | public function setTpl( |
97 | 98 | /*# string */ $col, |
@@ -43,7 +43,6 @@ |
||
43 | 43 | protected $user_cookie = 'userTrack'; |
44 | 44 | |
45 | 45 | /** |
46 | - * @param string $trackName |
|
47 | 46 | * @access public |
48 | 47 | */ |
49 | 48 | public function __construct(array $settings = []) |