@@ -91,7 +91,7 @@ |
||
91 | 91 | */ |
92 | 92 | public function validate() |
93 | 93 | { |
94 | - if (!empty($this->id) && empty($this->projectId)) { |
|
94 | + if ( ! empty($this->id) && empty($this->projectId)) { |
|
95 | 95 | throw new LPTrackerSDKException('Project ID is required'); |
96 | 96 | } |
97 | 97 | if (empty($this->details)) { |