Passed
Push — master ( 231b74...b288a1 )
by WEBEWEB
04:16
created
API/SyntaxHighlighterDefaults.php 1 patch
Indentation   -4 removed lines patch added patch discarded remove patch
@@ -276,7 +276,6 @@  discard block
 block discarded – undo
276 276
      *
277 277
      * @param array $highlight The highlight.
278 278
      * @return SyntaxHighlighterDefaults Returns this SyntaxHighlighter defaults.
279
-
280 279
      */
281 280
     public function setHighlight(array $highlight = null) {
282 281
         $this->highlight = $highlight;
@@ -288,7 +287,6 @@  discard block
 block discarded – undo
288 287
      *
289 288
      * @param boolean $htmlScript The HTML script.
290 289
      * @return SyntaxHighlighterDefaults Returns this SyntaxHighlighter defaults.
291
-
292 290
      */
293 291
     public function setHtmlScript($htmlScript = false) {
294 292
         $this->htmlScript = $htmlScript;
@@ -311,7 +309,6 @@  discard block
 block discarded – undo
311 309
      *
312 310
      * @param integer $tabSize The tab size.
313 311
      * @return SyntaxHighlighterDefaults Returns this SyntaxHighlighter defaults.
314
-
315 312
      */
316 313
     public function setTabSize($tabSize = 4) {
317 314
         $this->tabSize = $tabSize;
@@ -323,7 +320,6 @@  discard block
 block discarded – undo
323 320
      *
324 321
      * @param boolean $toolbar The toolbar.
325 322
      * @return SyntaxHighlighterDefaults Returns this SyntaxHighlighter defaults.
326
-
327 323
      */
328 324
     public function setToolbar($toolbar = true) {
329 325
         $this->toolbar = $toolbar;
Please login to merge, or discard this patch.