Test Failed
Push — master ( 4c8b21...c0bcdf )
by Joe
03:54
created
src/Fantastico.php 1 patch
Upper-Lower-Casing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
 	 */
36 36
 	public $wsdl = 'https://netenberg.com/api/netenberg.wsdl';
37 37
 
38
-	public $connected = false;
38
+	public $connected = FALSE;
39 39
 
40 40
 	/**
41 41
 	 * the username to use for API access
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
 			} catch (\Exception $e) {
102 102
 				require_once (INCLUDE_ROOT.'/../vendor/detain/nusoap/lib/nusoap.php');
103 103
 				$this->soapClient = new \nusoap_client($this->wsdl);
104
-				$this->connected = true;
104
+				$this->connected = TRUE;
105 105
 			}
106 106
 		}
107 107
 	}
Please login to merge, or discard this patch.