Passed
Push — master ( 4c84bc...04ffd3 )
by WEBEWEB
04:33 queued 02:12
created
API/SyntaxHighlighterDefaults.php 1 patch
Indentation   -4 removed lines patch added patch discarded remove patch
@@ -316,7 +316,6 @@  discard block
 block discarded – undo
316 316
      *
317 317
      * @param array $highlight The Highlight.
318 318
      * @return SyntaxHighlighterDefaults Returns the SyntaxHighlighter defaults.
319
-
320 319
      */
321 320
     public function setHighlight(array $highlight = null) {
322 321
         $this->highlight = $highlight;
@@ -328,7 +327,6 @@  discard block
 block discarded – undo
328 327
      *
329 328
      * @param boolean $htmlScript The HTML script.
330 329
      * @return SyntaxHighlighterDefaults Returns the SyntaxHighlighter defaults.
331
-
332 330
      */
333 331
     public function setHtmlScript($htmlScript = false) {
334 332
         $this->htmlScript = $htmlScript;
@@ -351,7 +349,6 @@  discard block
 block discarded – undo
351 349
      *
352 350
      * @param integer $tabSize The tab size.
353 351
      * @return SyntaxHighlighterDefaults Returns the SyntaxHighlighter defaults.
354
-
355 352
      */
356 353
     public function setTabSize($tabSize = 4) {
357 354
         $this->tabSize = $tabSize;
@@ -363,7 +360,6 @@  discard block
 block discarded – undo
363 360
      *
364 361
      * @param boolean $toolbar The toolbar.
365 362
      * @return SyntaxHighlighterDefaults Returns the SyntaxHighlighter defaults.
366
-
367 363
      */
368 364
     public function setToolbar($toolbar = true) {
369 365
         $this->toolbar = $toolbar;
Please login to merge, or discard this patch.