Completed
Push — develop ( 077ae6...b335d7 )
by Mario
02:12
created
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.
entity/currency.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
 	 *
130 130
 	 * @param bool $on_left
131 131
 	 *
132
-	 * @return bool
132
+	 * @return currency
133 133
 	 * @access public
134 134
 	 */
135 135
 	public function set_currency_position($on_left)
@@ -145,7 +145,7 @@  discard block
 block discarded – undo
145 145
 	 *
146 146
 	 * @param bool $enable
147 147
 	 *
148
-	 * @return bool
148
+	 * @return currency
149 149
 	 * @access public
150 150
 	 */
151 151
 	public function set_currency_enable($enable)
Please login to merge, or discard this patch.