ottlinger / hornherzogen

Project to manage Aikidō seminar registrations
GNU General Public License v3.0
0 stars 2 forks source link

trim with NULL argument gives runtime error if strict_types is enabled in PHP7 #68

Closed ottlinger closed 7 years ago

ottlinger commented 7 years ago

After enabling strict_types an error in Gitrevision occurred and blocked the live site.

Replace all trim(...) with trim (''. ...)