File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ public function detectLocale($config)
234234 *
235235 * @return void
236236 *
237- * @deprecated No longer used.
237+ * @deprecated 4.4.0 No longer used.
238238 */
239239 protected function detectURI (string $ protocol , string $ baseURL )
240240 {
@@ -463,7 +463,7 @@ public function isSecure(): bool
463463 *
464464 * @return $this
465465 *
466- * @deprecated This method will be private. The parameter $config is deprecated. No longer used.
466+ * @deprecated 4.4.0 This method will be private. The parameter $config is deprecated. No longer used.
467467 */
468468 public function setPath (string $ path , ?App $ config = null )
469469 {
@@ -911,7 +911,7 @@ public function getFile(string $fileID)
911911 *
912912 * Do some final cleaning of the URI and return it, currently only used in static::_parse_request_uri()
913913 *
914- * @deprecated Use URI::removeDotSegments() directly
914+ * @deprecated 4.1.2 Use URI::removeDotSegments() directly
915915 */
916916 protected function removeRelativeDirectory (string $ uri ): string
917917 {
You can’t perform that action at this time.
0 commit comments