mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-27 11:46:01 +08:00
Fix typos in the comments (#20520)
This commit is contained in:
@ -122,7 +122,7 @@ class MimeTypeController extends Controller
|
|||||||
* https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types
|
* https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types
|
||||||
* This file has been placed in the public domain for unlimited redistribution.
|
* This file has been placed in the public domain for unlimited redistribution.
|
||||||
*
|
*
|
||||||
* All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php
|
* All extra changes made to this file must be committed to /build/controllers/MimeTypeController.php
|
||||||
* otherwise they will be lost on next build.
|
* otherwise they will be lost on next build.
|
||||||
*/
|
*/
|
||||||
\$mimeTypes = $array;
|
\$mimeTypes = $array;
|
||||||
@ -153,7 +153,7 @@ EOD;
|
|||||||
*
|
*
|
||||||
* This file contains aliases for MIME types.
|
* This file contains aliases for MIME types.
|
||||||
*
|
*
|
||||||
* All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php
|
* All extra changes made to this file must be committed to /build/controllers/MimeTypeController.php
|
||||||
* otherwise they will be lost on next build.
|
* otherwise they will be lost on next build.
|
||||||
*/
|
*/
|
||||||
return $array;
|
return $array;
|
||||||
@ -217,7 +217,7 @@ EOD;
|
|||||||
* https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types
|
* https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types
|
||||||
* This file has been placed in the public domain for unlimited redistribution.
|
* This file has been placed in the public domain for unlimited redistribution.
|
||||||
*
|
*
|
||||||
* All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php
|
* All extra changes made to this file must be committed to /build/controllers/MimeTypeController.php
|
||||||
* otherwise they will be lost on next build.
|
* otherwise they will be lost on next build.
|
||||||
*/
|
*/
|
||||||
return $array;
|
return $array;
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* This file contains aliases for MIME types.
|
* This file contains aliases for MIME types.
|
||||||
*
|
*
|
||||||
* All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php
|
* All extra changes made to this file must be committed to /build/controllers/MimeTypeController.php
|
||||||
* otherwise they will be lost on next build.
|
* otherwise they will be lost on next build.
|
||||||
*/
|
*/
|
||||||
return [
|
return [
|
||||||
|
|||||||
@ -9,7 +9,7 @@
|
|||||||
* https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types
|
* https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types
|
||||||
* This file has been placed in the public domain for unlimited redistribution.
|
* This file has been placed in the public domain for unlimited redistribution.
|
||||||
*
|
*
|
||||||
* All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php
|
* All extra changes made to this file must be committed to /build/controllers/MimeTypeController.php
|
||||||
* otherwise they will be lost on next build.
|
* otherwise they will be lost on next build.
|
||||||
*/
|
*/
|
||||||
return [
|
return [
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
* https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types
|
* https://raw.githubusercontent.com/apache/httpd/refs/heads/trunk/docs/conf/mime.types
|
||||||
* This file has been placed in the public domain for unlimited redistribution.
|
* This file has been placed in the public domain for unlimited redistribution.
|
||||||
*
|
*
|
||||||
* All extra changes made to this file must be comitted to /build/controllers/MimeTypeController.php
|
* All extra changes made to this file must be committed to /build/controllers/MimeTypeController.php
|
||||||
* otherwise they will be lost on next build.
|
* otherwise they will be lost on next build.
|
||||||
*/
|
*/
|
||||||
$mimeTypes = [
|
$mimeTypes = [
|
||||||
|
|||||||
Reference in New Issue
Block a user