NFC - Short array syntax - auto-convert Civi dir
[civicrm-core.git] / Civi / API / Exception / NotImplementedException.php
index f2df795ca32a1016700e38435f4396b7fab30d6d..0c263d4f8b472dbb3c1358a893e30433b149df5f 100644 (file)
@@ -18,7 +18,7 @@ class NotImplementedException extends \API_Exception {
    * @param \Exception|NULL $previous
    *   A previous exception which caused this new exception.
    */
-  public function __construct($message, $extraParams = array(), \Exception $previous = NULL) {
+  public function __construct($message, $extraParams = [], \Exception $previous = NULL) {
     parent::__construct($message, \API_Exception::NOT_IMPLEMENTED, $extraParams, $previous);
   }