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