From 5124e2e7344ad7e4961f336393d3eb2f79066459 Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Fri, 26 Apr 2024 10:54:32 +0300 Subject: [PATCH] Fix docs (#159) --- LICENSE.md | 12 ++++++------ README.md | 6 ++---- docs/internals.md | 5 ++--- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 6a920d6..fa6ef0f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -6,14 +6,14 @@ modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the + distribution. * Neither the name of Yii Software nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. + contributors may be used to endorse or promote products derived + from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT diff --git a/README.md b/README.md index 7fb6e32..3a2c2d8 100644 --- a/README.md +++ b/README.md @@ -168,10 +168,8 @@ $data = $car->toArray(['type', 'color']); // ['type' => 'Crossover', 'color' => - [Internals](docs/internals.md) -## Support - -If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for that. -You may also check out other [Yii Community Resources](https://www.yiiframework.com/community). +If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for +that. You may also check out other [Yii Community Resources](https://www.yiiframework.com/community). ## Support the project diff --git a/docs/internals.md b/docs/internals.md index 8dc4049..9eae2dc 100644 --- a/docs/internals.md +++ b/docs/internals.md @@ -36,9 +36,8 @@ use either newest or any specific version of PHP: ## Composer require checker -This package uses [composer-require-checker](https://github.com/maglnet/ComposerRequireChecker) to check if all dependencies are correctly defined in `composer.json`. - -To run the checker, execute the following command: +This package uses [composer-require-checker](https://github.com/maglnet/ComposerRequireChecker) to check if all +dependencies are correctly defined in `composer.json`. To run the checker, execute the following command: ```shell ./vendor/bin/composer-require-checker