From 167297979ce08ff32774f27519b9a67bc76a5b37 Mon Sep 17 00:00:00 2001 From: Dany Ralantonisainana Date: Thu, 9 Feb 2017 10:28:27 +0100 Subject: [PATCH] fix(php syntax): class must be writed in lowercase --- staticmap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staticmap.php b/staticmap.php index a9855e5..ac7b6db 100644 --- a/staticmap.php +++ b/staticmap.php @@ -28,7 +28,7 @@ error_reporting(0); ini_set('display_errors', 'off'); -Class staticMapLite +class staticMapLite { protected $maxWidth = 1024;