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 166bf91 commit 6a0932aCopy full SHA for 6a0932a
src/Updater.php
@@ -80,9 +80,10 @@ protected function getDirectory($path)
80
* Get list of files in directory
81
*
82
* @param string $directory
83
- * @return void
+ * @param string\null $model
84
+ * @return array
85
*/
- protected function getFiles(string $directory, string $model)
86
+ protected function getFiles(string $directory, $model)
87
{
88
if($model) {
89
return $directory . '/' . $model . '.json';
0 commit comments