Skip to content

Commit 9bb179d

Browse files
committed
style fixed
1 parent 2e95384 commit 9bb179d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/TypedArray.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class TypedArray extends ArrayObject
4141

4242
/**
4343
* __construct.
44-
*
44+
*
4545
* Class Contructor.
4646
*
4747
* @param string $type
@@ -73,7 +73,7 @@ public function __construct(string $type, array $array = [])
7373

7474
/**
7575
* offsetSet.
76-
*
76+
*
7777
* Array style value assignment.
7878
*
7979
* @ignore

src/TypedObjectArray.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class TypedObjectArray extends ArrayObject
2828

2929
/**
3030
* __construct.
31-
*
31+
*
3232
* Class Contructor.
3333
*
3434
* @param string $type
@@ -60,7 +60,7 @@ public function __construct(string $type, array $array = [])
6060

6161
/**
6262
* offsetSet.
63-
*
63+
*
6464
* Array style value assignment.
6565
*
6666
* @ignore

0 commit comments

Comments
 (0)