Skip to content

Commit

Permalink
fixed spacing (Zend)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Fenton committed Oct 13, 2010
1 parent aed82be commit 2cc98b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/KLogger.php
Expand Up @@ -57,17 +57,17 @@ class KLogger
* Current status of the log file * Current status of the log file
* @var integer * @var integer
*/ */
private $_logStatus = self::STATUS_LOG_CLOSED; private $_logStatus = self::STATUS_LOG_CLOSED;
/** /**
* Holds messages generated by the class * Holds messages generated by the class
* @var array * @var array
*/ */
private $_messageQueue = array(); private $_messageQueue = array();
/** /**
* Path to the log file * Path to the log file
* @var string * @var string
*/ */
private $_logFilePath = null; private $_logFilePath = null;
/** /**
* Current minimum logging threshold * Current minimum logging threshold
* @var integer * @var integer
Expand All @@ -77,7 +77,7 @@ class KLogger
* This holds the file handle for this instance's log file * This holds the file handle for this instance's log file
* @var resource * @var resource
*/ */
private $_fileHandle = null; private $_fileHandle = null;


/** /**
* Standard messages produced by the class. Can be modified for il8n * Standard messages produced by the class. Can be modified for il8n
Expand Down

0 comments on commit 2cc98b7

Please sign in to comment.