maclof / kubernetes-client

A simple yet elegant client for accessing and controlling a Kubernetes cluster (https://github.com/kubernetes/kubernetes)
MIT License
231 stars 82 forks source link

#98 Raise PHP version #99

Closed MaSpeng closed 2 years ago

MaSpeng commented 2 years ago

This pull request will raise the minimum version of PHP to the least supported version 7.4 and will drop support for the eol versions prior to PHP 7.4.

It will intrduce native parameter and return type hints and drop redundand type information from the doc blocks.

Closes #98

maclof commented 2 years ago

Brilliant work, thanks for your contribution :)