Yaffs site version 1.1
[yaffs-website] / vendor / psy / psysh / src / Psy / Configuration.php
index e74e0934d5468a724ed66a364428e2a209994959..b76a150418b8c7595d5cb0de7686ad074294da08 100644 (file)
@@ -359,7 +359,7 @@ class Configuration
         }
 
         // Deprecation warning for incorrect psysh_history path.
-        // TODO: remove this before v0.9.0
+        // @todo remove this before v0.9.0
         $xdg = new Xdg();
         $oldHistory = $xdg->getHomeConfigDir() . '/psysh_history';
         if (@is_file($oldHistory)) {
@@ -643,7 +643,7 @@ class Configuration
             return $this->useUnicode;
         }
 
-        // TODO: detect `chsh` != 65001 on Windows and return false
+        // @todo detect `chsh` != 65001 on Windows and return false
         return true;
     }