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 d0131d7 commit c11b57eCopy full SHA for c11b57e
lib/internal/Magento/Framework/Filesystem/Directory/Read.php
@@ -65,12 +65,12 @@ protected function setPath($path)
65
* E.g.: /var/www/application/file.txt
66
*
67
* @param string $path
68
- * @param string $schema
+ * @param string $scheme
69
* @return string
70
*/
71
- public function getAbsolutePath($path = null, $schema = null)
+ public function getAbsolutePath($path = null, $scheme = null)
72
{
73
- return $this->driver->getAbsolutePath($this->path, $path, $schema);
+ return $this->driver->getAbsolutePath($this->path, $path, $scheme);
74
}
75
76
/**
0 commit comments