Completed
Push — develop ( 8f0f3d...eaa4e7 )
by Mario
02:24
created
entity/currency.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
 	 *
139 139
 	 * @param bool $enable
140 140
 	 *
141
-	 * @return bool
141
+	 * @return currency
142 142
 	 * @access public
143 143
 	 */
144 144
 	public function set_currency_enable($enable)
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
 	 *
166 166
 	 * @param bool $on_left
167 167
 	 *
168
-	 * @return bool
168
+	 * @return currency
169 169
 	 * @access public
170 170
 	 */
171 171
 	public function set_currency_position($on_left)
Please login to merge, or discard this patch.
ext.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 	 * @license       GNU General Public License, version 2 (GPL-2.0)
111 111
 	 *
112 112
 	 * @param string $step               The step (enable, disable, purge)
113
-	 * @param array  $notification_types The notification type names
113
+	 * @param string[]  $notification_types The notification type names
114 114
 	 *
115 115
 	 * @return string Return notifications as temporary state
116 116
 	 * @access        protected
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
 	/**
132 132
 	 * Returns the list of notification types
133 133
 	 *
134
-	 * @return array
134
+	 * @return string[]
135 135
 	 * @access protected
136 136
 	 */
137 137
 	protected function notification_types()
Please login to merge, or discard this patch.
controller/ipn_listener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -297,7 +297,7 @@
 block discarded – undo
297 297
 	/**
298 298
 	 * Set the output handler.
299 299
 	 *
300
-	 * @param migrator_output_handler_interface $handler The output handler
300
+	 * @param \skouat\ppde\output_handler\log_wrapper_output_handler $handler The output handler
301 301
 	 */
302 302
 	public function set_output_handler(migrator_output_handler_interface $handler)
303 303
 	{
Please login to merge, or discard this patch.