Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Jul 23, 2023
1 parent d14063f commit e93a8df
Show file tree
Hide file tree
Showing 174 changed files with 1 addition and 349 deletions.
2 changes: 0 additions & 2 deletions app/Age.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ class Age
private bool $is_valid;

/**
* Age constructor.
*
* @param Date $x The first date
* @param Date $y The second date
*/
Expand Down
2 changes: 0 additions & 2 deletions app/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ class Cache
private CacheInterface $cache;

/**
* Cache constructor.
*
* @param CacheInterface $cache
*/
public function __construct(CacheInterface $cache)
Expand Down
2 changes: 0 additions & 2 deletions app/CommonMark/XrefExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ class XrefExtension implements ExtensionInterface
private Tree $tree;

/**
* MarkdownXrefParser constructor.
*
* @param Tree $tree Match XREFs in this tree
*/
public function __construct(Tree $tree)
Expand Down
2 changes: 0 additions & 2 deletions app/CommonMark/XrefNode.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ class XrefNode extends Node
private GedcomRecord $record;

/**
* XrefNode constructor.
*
* @param GedcomRecord $record
*/
public function __construct(GedcomRecord $record)
Expand Down
2 changes: 0 additions & 2 deletions app/CommonMark/XrefParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ class XrefParser implements InlineParserInterface
private Tree $tree;

/**
* MarkdownXrefParser constructor.
*
* @param Tree $tree Match XREFs in this tree
*/
public function __construct(Tree $tree)
Expand Down
2 changes: 0 additions & 2 deletions app/Elements/AbstractElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ abstract class AbstractElement implements ElementInterface
private array $subtags;

/**
* AbstractGedcomElement constructor.
*
* @param string $label
* @param array<string>|null $subtags
*/
Expand Down
2 changes: 0 additions & 2 deletions app/Elements/NamePersonal.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ class NamePersonal extends AbstractElement
];

/**
* AbstractGedcomElement constructor.
*
* @param string $label
* @param array<string>|null $subtags
*/
Expand Down
2 changes: 0 additions & 2 deletions app/Exceptions/FileUploadException.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
class FileUploadException extends RuntimeException
{
/**
* GedcomErrorException constructor.
*
* @param UploadedFileInterface|null $uploaded_file
*/
public function __construct(?UploadedFileInterface $uploaded_file)
Expand Down
2 changes: 0 additions & 2 deletions app/Exceptions/GedcomErrorException.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
class GedcomErrorException extends Exception
{
/**
* GedcomErrorException constructor.
*
* @param string $gedcom
*/
public function __construct(string $gedcom)
Expand Down
2 changes: 0 additions & 2 deletions app/Exceptions/InvalidGedcomEncodingException.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
class InvalidGedcomEncodingException extends Exception
{
/**
* InvalidGedcomEncodingException constructor.
*
* @param string $charset
*/
public function __construct(string $charset)
Expand Down
4 changes: 1 addition & 3 deletions app/Factories/CacheFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ class CacheFactory implements CacheFactoryInterface

private FilesystemAdapter $filesystem_adapter;

/**
* CacheFactory constructor.
*/
/**/
public function __construct()
{
$this->array_adapter = new ArrayAdapter(0, false);
Expand Down
2 changes: 0 additions & 2 deletions app/GuestUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ class GuestUser implements UserInterface
private string $real_name;

/**
* GuestUser constructor.
*
* @param string $email
* @param string $real_name
*/
Expand Down
2 changes: 0 additions & 2 deletions app/Http/Middleware/BootModules.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ class BootModules implements MiddlewareInterface
private ModuleThemeInterface $theme;

/**
* BootModules constructor.
*
* @param ModuleService $module_service
* @param ModuleThemeInterface $theme
*/
Expand Down
2 changes: 0 additions & 2 deletions app/Http/Middleware/CompressResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ class CompressResponse implements MiddlewareInterface
protected StreamFactoryInterface $stream_factory;

/**
* CompressResponse constructor.
*
* @param StreamFactoryInterface $stream_factory
*/
public function __construct(StreamFactoryInterface $stream_factory)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/Middleware/DoHousekeeping.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ class DoHousekeeping implements MiddlewareInterface
private HousekeepingService $housekeeping_service;

/**
* Housekeeping constructor.
*
* @param HousekeepingService $housekeeping_service
*/
public function __construct(HousekeepingService $housekeeping_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/Middleware/HandleExceptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ class HandleExceptions implements MiddlewareInterface, StatusCodeInterface
private TreeService $tree_service;

/**
* HandleExceptions constructor.
*
* @param TreeService $tree_service
*/
public function __construct(TreeService $tree_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/Middleware/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ class Router implements MiddlewareInterface
private TreeService $tree_service;

/**
* Router constructor.
*
* @param ModuleService $module_service
* @param RouterContainer $router_container
* @param TreeService $tree_service
Expand Down
2 changes: 0 additions & 2 deletions app/Http/Middleware/UseLanguage.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ class UseLanguage implements MiddlewareInterface
private ModuleService $module_service;

/**
* UseTheme constructor.
*
* @param ModuleService $module_service
*/
public function __construct(ModuleService $module_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/Middleware/UseTheme.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ class UseTheme implements MiddlewareInterface
private ModuleService $module_service;

/**
* UseTheme constructor.
*
* @param ModuleService $module_service
*/
public function __construct(ModuleService $module_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/AccountDelete.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ class AccountDelete implements RequestHandlerInterface
private UserService $user_service;

/**
* AccountController constructor.
*
* @param UserService $user_service
*/
public function __construct(UserService $user_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/AccountEdit.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ class AccountEdit implements RequestHandlerInterface
private ModuleService $module_service;

/**
* AccountEdit constructor.
*
* @param MessageService $message_service
* @param ModuleService $module_service
*/
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/AccountUpdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ class AccountUpdate implements RequestHandlerInterface
private UserService $user_service;

/**
* AccountController constructor.
*
* @param UserService $user_service
*/
public function __construct(UserService $user_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/AddChildToFamilyAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ class AddChildToFamilyAction implements RequestHandlerInterface
private GedcomEditService $gedcom_edit_service;

/**
* AddChildToFamilyAction constructor.
*
* @param GedcomEditService $gedcom_edit_service
*/
public function __construct(GedcomEditService $gedcom_edit_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/AddChildToFamilyPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ class AddChildToFamilyPage implements RequestHandlerInterface
private GedcomEditService $gedcom_edit_service;

/**
* LinkSpouseToIndividualPage constructor.
*
* @param GedcomEditService $gedcom_edit_service
*/
public function __construct(GedcomEditService $gedcom_edit_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/AddChildToIndividualAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ class AddChildToIndividualAction implements RequestHandlerInterface
private GedcomEditService $gedcom_edit_service;

/**
* AddChildToFamilyAction constructor.
*
* @param GedcomEditService $gedcom_edit_service
*/
public function __construct(GedcomEditService $gedcom_edit_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/AddChildToIndividualPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ class AddChildToIndividualPage implements RequestHandlerInterface
private GedcomEditService $gedcom_edit_service;

/**
* LinkSpouseToIndividualPage constructor.
*
* @param GedcomEditService $gedcom_edit_service
*/
public function __construct(GedcomEditService $gedcom_edit_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/AddMediaFileAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ class AddMediaFileAction implements RequestHandlerInterface
private PendingChangesService $pending_changes_service;

/**
* AddMediaFileAction constructor.
*
* @param MediaFileService $media_file_service
* @param PendingChangesService $pending_changes_service
*/
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/AddMediaFileModal.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ class AddMediaFileModal implements RequestHandlerInterface
private MediaFileService $media_file_service;

/**
* AddMediaFileModal constructor.
*
* @param MediaFileService $media_file_service
*/
public function __construct(MediaFileService $media_file_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/AddNewFact.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ class AddNewFact implements RequestHandlerInterface
private GedcomEditService $gedcom_edit_service;

/**
* AddNewFact constructor.
*
* @param GedcomEditService $gedcom_edit_service
*/
public function __construct(GedcomEditService $gedcom_edit_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/AddParentToIndividualAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ class AddParentToIndividualAction implements RequestHandlerInterface
private GedcomEditService $gedcom_edit_service;

/**
* AddChildToFamilyAction constructor.
*
* @param GedcomEditService $gedcom_edit_service
*/
public function __construct(GedcomEditService $gedcom_edit_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/AddParentToIndividualPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ class AddParentToIndividualPage implements RequestHandlerInterface
private GedcomEditService $gedcom_edit_service;

/**
* LinkSpouseToIndividualPage constructor.
*
* @param GedcomEditService $gedcom_edit_service
*/
public function __construct(GedcomEditService $gedcom_edit_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/AddSpouseToFamilyAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ class AddSpouseToFamilyAction implements RequestHandlerInterface
private GedcomEditService $gedcom_edit_service;

/**
* AddChildToFamilyAction constructor.
*
* @param GedcomEditService $gedcom_edit_service
*/
public function __construct(GedcomEditService $gedcom_edit_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/AddSpouseToFamilyPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ class AddSpouseToFamilyPage implements RequestHandlerInterface
private GedcomEditService $gedcom_edit_service;

/**
* LinkSpouseToIndividualPage constructor.
*
* @param GedcomEditService $gedcom_edit_service
*/
public function __construct(GedcomEditService $gedcom_edit_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/AddSpouseToIndividualAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ class AddSpouseToIndividualAction implements RequestHandlerInterface
private GedcomEditService $gedcom_edit_service;

/**
* AddChildToFamilyAction constructor.
*
* @param GedcomEditService $gedcom_edit_service
*/
public function __construct(GedcomEditService $gedcom_edit_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/AddSpouseToIndividualPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ class AddSpouseToIndividualPage implements RequestHandlerInterface
private GedcomEditService $gedcom_edit_service;

/**
* LinkSpouseToIndividualPage constructor.
*
* @param GedcomEditService $gedcom_edit_service
*/
public function __construct(GedcomEditService $gedcom_edit_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/AddUnlinkedAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ class AddUnlinkedAction implements RequestHandlerInterface
private GedcomEditService $gedcom_edit_service;

/**
* AddChildToFamilyAction constructor.
*
* @param GedcomEditService $gedcom_edit_service
*/
public function __construct(GedcomEditService $gedcom_edit_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/AddUnlinkedPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ class AddUnlinkedPage implements RequestHandlerInterface
private GedcomEditService $gedcom_edit_service;

/**
* LinkSpouseToIndividualPage constructor.
*
* @param GedcomEditService $gedcom_edit_service
*/
public function __construct(GedcomEditService $gedcom_edit_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/BroadcastAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ class BroadcastAction implements RequestHandlerInterface
private MessageService $message_service;

/**
* MessagePage constructor.
*
* @param MessageService $message_service
*/
public function __construct(MessageService $message_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/BroadcastPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ class BroadcastPage implements RequestHandlerInterface
private MessageService $message_service;

/**
* MessagePage constructor.
*
* @param MessageService $message_service
*/
public function __construct(MessageService $message_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/CalendarEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ class CalendarEvents implements RequestHandlerInterface
private CalendarService $calendar_service;

/**
* CalendarPage constructor.
*
* @param CalendarService $calendar_service
*/
public function __construct(CalendarService $calendar_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/CalendarPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ class CalendarPage implements RequestHandlerInterface
private CalendarService $calendar_service;

/**
* CalendarPage constructor.
*
* @param CalendarService $calendar_service
*/
public function __construct(CalendarService $calendar_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/CleanDataFolder.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ class CleanDataFolder implements RequestHandlerInterface
private TreeService $tree_service;

/**
* CleanDataFolder constructor.
*
* @param TreeService $tree_service
*/
public function __construct(TreeService $tree_service)
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/ContactAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ class ContactAction implements RequestHandlerInterface
private UserService $user_service;

/**
* MessagePage constructor.
*
* @param CaptchaService $captcha_service
* @param EmailService $email_service
* @param MessageService $message_service
Expand Down
2 changes: 0 additions & 2 deletions app/Http/RequestHandlers/ContactPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ class ContactPage implements RequestHandlerInterface
private UserService $user_service;

/**
* MessagePage constructor.
*
* @param CaptchaService $captcha_service
* @param MessageService $message_service
* @param UserService $user_service
Expand Down
Loading

0 comments on commit e93a8df

Please sign in to comment.