xp-forge / frontend

Web frontends
1 stars 1 forks source link

Unsupported operand types: array + null #26

Closed thekid closed 3 years ago

thekid commented 3 years ago

Happens when a view does not return anything, or returns null, e.g.:

#[Get('/stats')]
public function statistics() {
  // Not yet implemented
}
thekid commented 3 years ago

Released in https://github.com/xp-forge/frontend/releases/tag/v3.4.1