We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6af83d commit f936606Copy full SHA for f936606
src/Record.php
@@ -42,7 +42,8 @@ public function __construct(File_MARC_Record $record)
42
* Returns the first record found in the file $filename, or null if no records found.
43
*
44
* @param $filename
45
- * @return null|Collection
+ * @return Record
46
+ * @throws RecordNotFound
47
*/
48
public static function fromFile($filename)
49
{
@@ -59,7 +60,8 @@ public static function fromFile($filename)
59
60
* Returns the first record found in the string $data, or null if no records found.
61
62
* @param $data
63
64
65
66
public static function fromString($data)
67
0 commit comments