mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
minor
This commit is contained in:
@ -17,7 +17,7 @@ use yii\helpers\FileHelper;
|
||||
*
|
||||
* Application configuration example:
|
||||
*
|
||||
* ```
|
||||
* ```php
|
||||
* [
|
||||
* 'components' => [
|
||||
* 'mutex' => [
|
||||
@ -132,6 +132,9 @@ class FileMutex extends Mutex
|
||||
$this->_files[$name] = $file;
|
||||
return true;
|
||||
}
|
||||
|
||||
// Should not be reached normally.
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user