From 3ed419a3c7d7754a727b36ba7a81c4c395e88a40 Mon Sep 17 00:00:00 2001 From: Jeroen De Meerleer Date: Mon, 27 May 2019 13:11:22 +0200 Subject: [PATCH] Added link to generalization migration --- src/Sws.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Sws.php b/src/Sws.php index e48eb57..18e6386 100644 --- a/src/Sws.php +++ b/src/Sws.php @@ -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 ().", 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); }