mirror of
https://github.com/JeroenED/libpairtwo.git
synced 2024-11-13 02:26:45 +01:00
Added link to generalization migration
This commit is contained in:
parent
675c5f535a
commit
3ed419a3c7
@ -45,7 +45,7 @@ class Sws
|
||||
*/
|
||||
public static function ReadSws(string $swsfile)
|
||||
{
|
||||
trigger_error ( "This function is deprecated. Please convert your code to use the new pattern. More info to be found on Github (<Insert URL still to be created>).", E_USER_DEPRECATED);
|
||||
trigger_error ( "This function is deprecated. Please convert your code to use the new pattern. More info to be found on Github (https://github.com/JeroenED/libpairtwo/wiki/Converting-your-code-to-the-generalized-format).", E_USER_DEPRECATED);
|
||||
$reader = IOFactory::createReader("Pairtwo-6");
|
||||
return $reader->read($swsfile);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user