@@ -49,7 +49,7 @@ discard block |
||
49 | 49 | */ |
50 | 50 | public function hasParentInTrustChain() |
51 | 51 | { |
52 | - return ! $this->getParentCertificateURL() == ''; |
|
52 | + return !$this->getParentCertificateURL() == ''; |
|
53 | 53 | } |
54 | 54 | |
55 | 55 | /** |
@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | { |
89 | 89 | $x509 = new X509(); |
90 | 90 | |
91 | - if (! $x509->loadX509($contents)) { |
|
91 | + if (!$x509->loadX509($contents)) { |
|
92 | 92 | throw new Exception('Invalid inputfile given.'); |
93 | 93 | } |
94 | 94 | } |