Skip to content

Commit

Permalink
Adjusted comments
Browse files Browse the repository at this point in the history
  • Loading branch information
LuomaJuha committed Jan 14, 2025
1 parent ef99018 commit ae47fcd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Connection abstract base
* Abstract handler
*
* PHP Version 8
*
Expand Down Expand Up @@ -37,7 +37,7 @@
use VuFind\Service\GetServiceTrait;

/**
* Connection abstract base
* Abstract handler
*
* @category VuFind
* @package ReservationList
Expand Down
4 changes: 2 additions & 2 deletions module/Finna/src/Finna/ReservationList/Handler/Disec.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Disec connection handler
* Disec handler
*
* PHP version 8
*
Expand Down Expand Up @@ -33,7 +33,7 @@
use VuFind\Db\Entity\UserEntityInterface;

/**
* Disec connection handler
* Disec handler
*
* @category VuFind
* @package ReservationList
Expand Down
4 changes: 2 additions & 2 deletions module/Finna/src/Finna/ReservationList/Handler/Email.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Email connection handler for reservation lists
* Email handler
*
* PHP version 8
*
Expand Down Expand Up @@ -35,7 +35,7 @@
use VuFind\Exception\Mail as MailException;

/**
* Email connection handler for reservation lists
* Email handler
*
* @category VuFind
* @package ReservationList
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Connection factory
* Reservation list handler factory
*
* PHP Version 8
*
Expand Down Expand Up @@ -33,7 +33,7 @@
use Psr\Container\ContainerInterface;

/**
* Connection factory
* Reservation list handler factory
*
* @category VuFind
* @package ReservationList
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Reservation list connection plugin interface
* Handler interface
*
* PHP Version 8
*
Expand Down Expand Up @@ -34,7 +34,7 @@
use VuFind\Db\Entity\UserEntityInterface;

/**
* Reservation list connection plugin interface
* Handler interface
*
* @category VuFind
* @package ReservationList
Expand Down

0 comments on commit ae47fcd

Please sign in to comment.