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