Passed
Push — master ( 2a3442...c4bb68 )
by WEBEWEB
04:46
created
API/SyntaxHighlighterDefaults.php 1 patch
Indentation   -4 removed lines patch added patch discarded remove patch
@@ -255,7 +255,6 @@  discard block
 block discarded – undo
255 255
      *
256 256
      * @param array $highlight The highlight.
257 257
      * @return SyntaxHighlighterDefaults Returns this SyntaxHighlighter defaults.
258
-
259 258
      */
260 259
     public function setHighlight(array $highlight) {
261 260
         $this->highlight = $highlight;
@@ -267,7 +266,6 @@  discard block
 block discarded – undo
267 266
      *
268 267
      * @param boolean $htmlScript The HTML script.
269 268
      * @return SyntaxHighlighterDefaults Returns this SyntaxHighlighter defaults.
270
-
271 269
      */
272 270
     public function setHtmlScript($htmlScript) {
273 271
         $this->htmlScript = $htmlScript;
@@ -290,7 +288,6 @@  discard block
 block discarded – undo
290 288
      *
291 289
      * @param integer $tabSize The tab size.
292 290
      * @return SyntaxHighlighterDefaults Returns this SyntaxHighlighter defaults.
293
-
294 291
      */
295 292
     public function setTabSize($tabSize) {
296 293
         $this->tabSize = $tabSize;
@@ -302,7 +299,6 @@  discard block
 block discarded – undo
302 299
      *
303 300
      * @param boolean $toolbar The toolbar.
304 301
      * @return SyntaxHighlighterDefaults Returns this SyntaxHighlighter defaults.
305
-
306 302
      */
307 303
     public function setToolbar($toolbar) {
308 304
         $this->toolbar = $toolbar;
Please login to merge, or discard this patch.