php-mod / curl

This library provides an object-oriented and dependency free wrapper of the PHP cURL extension.
MIT License
328 stars 120 forks source link

init phpstan #99

Closed nadar closed 1 year ago

nadar commented 1 year ago

Added phpstan static code analyzer. Since this library works also with PHP 5, the phpstan binary (phar file) has been added directly to the project.

The binary has been added to .gitattributes export-ignore in order to keep the package smile while downloading