Skip to content

Commit fdc9ddc

Browse files
committed
class docblock updated
1 parent 40f8981 commit fdc9ddc

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/TypedArray.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
use InvalidArgumentException;
1616

1717
/**
18-
* Typed Array.
19-
*
2018
* Provide a way for create an array of typed elements with php.
2119
*/
2220
class TypedArray extends ArrayObject
@@ -85,8 +83,6 @@ public function __construct(string $type, array $array = [])
8583
}
8684

8785
/**
88-
* offsetSet.
89-
*
9086
* Array style value assignment.
9187
*
9288
* @ignore

src/TypedObjectArray.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
use InvalidArgumentException;
1616

1717
/**
18-
* Typed Array.
19-
*
2018
* Provide a way for create an array of typed objects with php.
2119
*/
2220
class TypedObjectArray extends ArrayObject
@@ -77,8 +75,6 @@ public function __construct(string $type, array $array = [])
7775
}
7876

7977
/**
80-
* offsetSet.
81-
*
8278
* Array style value assignment.
8379
*
8480
* @ignore

0 commit comments

Comments
 (0)