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.
2 parents d0131d7 + c11b57e commit e40ac47Copy full SHA for e40ac47
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