Passed
Branch master (cf8803)
by Filippo
03:15
created
src/Surfer/Adapter/SocketAdapter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
   /**
48 48
    * @copydoc AbstractAdapter::__construct()
49 49
    * @param bool $persistent (optional) When `true` the client uses a persistent connection.
50
-  */
50
+   */
51 51
   public function __construct($server = parent::DEFAULT_SERVER, $userName = "", $password = "", $persistent = TRUE) {
52 52
     $this->initialize();
53 53
 
Please login to merge, or discard this patch.