Changeset 2843136
- Timestamp:
- 01/04/2023 01:33:11 AM (3 years ago)
- File:
-
- 1 edited
-
teamgate-crm-forms/trunk/php-sdk/src/API.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
teamgate-crm-forms/trunk/php-sdk/src/API.php
r1512481 r2843136 4 4 5 5 use Teamgate\Exception\ValidationException; 6 use Teamgate\Transport\Transport; 6 7 7 8 class API { … … 66 67 private function getOption($name) 67 68 { 68 return isset($this->_options[$name]) ? $this->_options[$name] :null;69 return $this->_options[ $name ] ?? null; 69 70 } 70 71
Note: See TracChangeset
for help on using the changeset viewer.