Skip to content

Commit

Permalink
Improve comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Dec 13, 2024
1 parent 7099c1e commit b353785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module/VuFind/src/VuFind/Validator/SessionCsrf.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Decorator for Laminas\Validator\Csrf with token counting/clearing functions added.
* Decorator for Laminas CSRF validator to add token counting/clearing functions.
*
* PHP version 8
*
Expand Down Expand Up @@ -35,7 +35,7 @@
use function count;

/**
* Decorator for Laminas\Validator\Csrf with token counting/clearing functions added.
* Decorator for Laminas CSRF validator to add token counting/clearing functions.
*
* @category VuFind
* @package Solr
Expand Down

0 comments on commit b353785

Please sign in to comment.