From 618ab4e1564b2da59375196448d413fd5c279011 Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Sun, 26 Jan 2014 19:53:24 +0200 Subject: [PATCH] improve layout of class members --- Parsedown.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Parsedown.php b/Parsedown.php index f86e2aa..d3ffe30 100755 --- a/Parsedown.php +++ b/Parsedown.php @@ -37,8 +37,6 @@ class Parsedown # Setters # - private $breaks_enabled = false; - # Enables GFM line breaks. function set_breaks_enabled($breaks_enabled) @@ -48,11 +46,7 @@ class Parsedown return $this; } - # - # Fields - # - - private $reference_map = array(); + private $breaks_enabled = false; # # Methods @@ -1054,6 +1048,12 @@ class Parsedown return $markup; } + # + # Fields + # + + private $reference_map = array(); + # # Read-only #