Convert variable names to camel case in PHPDoc
[MAILPOET-1796]
This commit is contained in:
@@ -15,7 +15,7 @@ class SingleSegmentLoader {
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string|int $segment_id
|
||||
* @param string|int $segmentId
|
||||
* @return DynamicSegment
|
||||
*/
|
||||
public function load($segmentId) {
|
||||
|
Reference in New Issue
Block a user