From a628cac283e25ac7d62533fe114e23419c95dcc2 Mon Sep 17 00:00:00 2001 From: Darin Randal Date: Tue, 23 Jan 2018 10:09:36 -0500 Subject: [PATCH] Update phpdoc to match camelCase variable --- src/Endpoints/Zones.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Endpoints/Zones.php b/src/Endpoints/Zones.php index 2e91a80..ec85f28 100644 --- a/src/Endpoints/Zones.php +++ b/src/Endpoints/Zones.php @@ -23,7 +23,7 @@ class Zones implements API * @SuppressWarnings(PHPMD.BooleanArgumentFlag) * * @param string $name - * @param bool $jump_start + * @param bool $jumpStart * @param string $organizationID * @return \stdClass */