Passed
Branch master (da1d8f)
by Francimar
04:02
created
src/Thermal/Profile/Profile.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -198,6 +198,14 @@
 block discarded – undo
198 198
     abstract public function drawer($number, $on, $off);
199 199
 
200 200
     abstract protected function setAlignment($align);
201
+
202
+    /**
203
+     * @param boolean $on
204
+     */
201 205
     abstract protected function setMode($mode, $on);
206
+
207
+    /**
208
+     * @param boolean $on
209
+     */
202 210
     abstract protected function setStyle($style, $on);
203 211
 }
Please login to merge, or discard this patch.