Skip to content

Commit

Permalink
Merge pull request #85 from stevebauman/analysis-Q3KLN6
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
stevebauman authored Dec 28, 2023
2 parents 35e262b + 7bf71d1 commit ac361e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Cache/CacheDefinitionCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct($type)
* Adds a definition object to the cache.
*
* @param HTMLPurifier_Definition $def
* @param \HTMLPurifier_Config $config
* @param \HTMLPurifier_Config $config
*
* @return bool|void
*/
Expand All @@ -56,7 +56,7 @@ public function add($def, $config)
* Unconditionally saves a definition object to the cache.
*
* @param HTMLPurifier_Definition $def
* @param \HTMLPurifier_Config $config
* @param \HTMLPurifier_Config $config
*
* @return bool|void
*/
Expand All @@ -75,7 +75,7 @@ public function set($def, $config)
* Replace an object in the cache.
*
* @param HTMLPurifier_Definition $def
* @param \HTMLPurifier_Config $config
* @param \HTMLPurifier_Config $config
*
* @return bool|void
*/
Expand Down

0 comments on commit ac361e3

Please sign in to comment.