matteosister / GitElephant

An abstraction layer for git written in PHP
GNU Lesser General Public License v3.0
613 stars 74 forks source link

Fix error in PHP 8.0: __toString() may not return null #176

Closed GenieTim closed 3 years ago

GenieTim commented 3 years ago

This fixes #175 and is possibly a backwards-breaking change.

imunhatep commented 3 years ago

Thank you @GenieTim!