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

Commit 6159eb8

Browse files
author
Giulio
committed
Document Options, fix some inconsistencies
1 parent ac83fbc commit 6159eb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

classes/EssentialScript/Core/Options.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ class Options implements \ArrayAccess {
2929
* Container for options.
3030
*
3131
* Ex:
32-
* a:7:{
33-
* s:4:"name";s:0:"es59e08b5e7c4822.61452256";
32+
* a:10:{
33+
* s:4:"name";s:25:"es59e08b5e7c4822.61452256";
3434
* s:11:"highlighter";s:3:"xml";
3535
* s:6:"script";s:0:"";
3636
* s:5:"where";s:4:"head";
@@ -47,7 +47,7 @@ class Options implements \ArrayAccess {
4747
* s:5:"defer";b:0;}
4848
* }
4949
*
50-
* @var int
50+
* @var array
5151
*/
5252
private $container = array ();
5353
/**

0 commit comments

Comments
 (0)