Skip to content
This repository was archived by the owner on Feb 18, 2020. It is now read-only.

Commit 5b543dc

Browse files
Fixed CArray Object documentation showing fill with return
1 parent 39342f8 commit 5b543dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/routines/carray_object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## fill
66
```php
7-
public fill($val) : CArray | Array
7+
public fill($val)
88
```
99
> Fill the array with a scalar value.
1010
>

0 commit comments

Comments
 (0)