Skip to content

Commit cfbb5f9

Browse files
GrahamCampbellStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 8c9313c commit cfbb5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/Groups.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function create(string $name, string $path, string $description = null, s
7777
];
7878

7979
return $this->post('groups', \array_filter($params, function ($value) {
80-
return null !== $value && (!\is_string($value) || \strlen($value) > 0);
80+
return null !== $value && (!\is_string($value) || '' !== $value);
8181
}));
8282
}
8383

0 commit comments

Comments
 (0)