@@ -17,8 +17,8 @@ |
||
| 17 | 17 | /// @brief Constructs a new COBFileBlock |
| 18 | 18 | /** |
| 19 | 19 | * @param string $type The file type |
| 20 | - * @param $name The file name (including extension) |
|
| 21 | - * @param $contents The contents of the file |
|
| 20 | + * @param string $name The file name (including extension) |
|
| 21 | + * @param string|false $contents The contents of the file |
|
| 22 | 22 | */ |
| 23 | 23 | public function COBFileBlock($type, $name, $contents) { |
| 24 | 24 | parent::COBBlock(COB_BLOCK_FILE); |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | * If $prayfile is not null, all the data for this block |
| 18 | 18 | * will be read from the PRAYFile. |
| 19 | 19 | * @param PRAYFile $prayfile The PRAYFile that this DSAG block belongs to. |
| 20 | - * @param $name The block's name. |
|
| 20 | + * @param string $name The block's name. |
|
| 21 | 21 | * @param $content The binary data of this block. May be null. |
| 22 | 22 | * @param $flags The block's flags |
| 23 | 23 | */ |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | * If $prayfile is not null, all the data for this block |
| 18 | 18 | * will be read from the PRAYFile. |
| 19 | 19 | * @param PRAYFile $prayfile The PRAYFile that this DSAG block belongs to. |
| 20 | - * @param $name The block's name. |
|
| 20 | + * @param string $name The block's name. |
|
| 21 | 21 | * @param $content The binary data of this block. May be null. |
| 22 | 22 | * @param $flags The block's flags |
| 23 | 23 | */ |