Skip to content

Commit 8ec8599

Browse files
✨ Some clean
1 parent 3f7ca98 commit 8ec8599

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Dimitri BOUTEILLE
3+
Copyright (c) 2025 Dimitri BOUTEILLE
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dbout/wp-module-hook",
3-
"description": "Magic hook autoloader for WordPress. ",
3+
"description": "Magic hook autoloader for WordPress.",
44
"type": "package",
55
"license": "MIT",
66
"authors": [

rector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
/**
33
* Copyright (c) Dimitri BOUTEILLE (https://github.com/dimitriBouteille)
44
* See LICENSE.txt for license details.
5-
*
6-
* Author: Dimitri BOUTEILLE <bonjour@dimitri-bouteille.fr>
75
*/
86

97
use Rector\CodeQuality\Rector\Identical\SimplifyBoolIdenticalTrueRector;

src/HookLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
class HookLoader
1717
{
18-
private const CACHE_KEY = '_app_wp_autoloader_hooks';
18+
private const string CACHE_KEY = '_app_wp_autoloader_hooks';
1919

2020
/**
2121
* @param string|array<string> $directory

0 commit comments

Comments
 (0)