Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed May 19, 2024
1 parent d5057cd commit ad1c9e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions src/ActiveRelationTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace Yiisoft\ActiveRecord;

use ReflectionException;
use ReflectionMethod;
use Stringable;
use Throwable;
use Yiisoft\Db\Exception\Exception;
Expand All @@ -25,8 +24,6 @@
use function is_scalar;
use function is_string;
use function key;
use function lcfirst;
use function method_exists;
use function reset;
use function serialize;

Expand Down
3 changes: 1 addition & 2 deletions src/Trait/MagicPropertiesTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ trait MagicPropertiesTrait
* @throws InvalidArgumentException|InvalidCallException|InvalidConfigException|ReflectionException|Throwable
* @throws UnknownPropertyException
*
* @throws Exception
* @return mixed property value.
*
* {@see getAttribute()}
* @throws Exception
*/
public function __get(string $name)
{
Expand Down

0 comments on commit ad1c9e7

Please sign in to comment.