OS4
OS4
### Apache NetBeans version Apache NetBeans 14 ### What happened Launch a PHP project and make IDE crash ### How to reproduce In PHP code start typing an in-built, e.g....
vendor/calcinai/xero-php/src/XeroPHP/Models/Accounting/LineItem.php line 253 is currently ``` public function getItemCode() { return $this->_data['ItemCode']; } ``` I believe that something like ``` public function getItemCode() { if (isset($this->_data) && isset($this->_data['ItemCode'])) { return...
We generate large packing lists that we are trying to get into a table row with just a single cell. The result is that large packing lists, that would want...