@@ -39,6 +39,9 @@ |
||
39 | 39 | } |
40 | 40 | |
41 | 41 | |
42 | +/** |
|
43 | + * @param string $path |
|
44 | + */ |
|
42 | 45 | function testforbom($path) |
43 | 46 | { |
44 | 47 | $filestart = file_get_contents($path, false, null, 0, 2); |
@@ -371,7 +371,7 @@ |
||
371 | 371 | /** |
372 | 372 | * Get node |
373 | 373 | * |
374 | - * @return bool |
|
374 | + * @return integer |
|
375 | 375 | */ |
376 | 376 | public function getNode() |
377 | 377 | { |
@@ -371,7 +371,7 @@ |
||
371 | 371 | /** |
372 | 372 | * Get node |
373 | 373 | * |
374 | - * @return bool |
|
374 | + * @return integer |
|
375 | 375 | */ |
376 | 376 | public function getNode() |
377 | 377 | { |