Skip to content

Commit

Permalink
Update PHP version in doc blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
emaijala committed Nov 3, 2024
1 parent d6b4916 commit 43dcfbc
Show file tree
Hide file tree
Showing 71 changed files with 71 additions and 71 deletions.
2 changes: 1 addition & 1 deletion abstract_report.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Reports base class
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion accounting_report.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Accounting report
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion add_reminder_fees.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Add reminder fees
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion apiclient.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Client interface for online mailing APIs
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2018-2021
*
Expand Down
2 changes: 1 addition & 1 deletion attachment.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Show an attachment
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2018-2021
*
Expand Down
2 changes: 1 addition & 1 deletion backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Backup
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion base_logo.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Logo handling
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion config.php.sample
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Basic configuration
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2022
*
Expand Down
2 changes: 1 addition & 1 deletion copy_invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Logo handling
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion coverletter.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Cover letter
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion crypt.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Encryption utilities
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2018.
*
Expand Down
2 changes: 1 addition & 1 deletion datefuncs.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Date handling functions
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion export.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Export
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion form.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Form display
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Samu Reinikainen 2004-2008
* Copyright (C) Ere Maijala 2010-2022
Expand Down
2 changes: 1 addition & 1 deletion form_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Form configuration
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2018-2021
*
Expand Down
2 changes: 1 addition & 1 deletion form_funcs.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Form handling
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2022
*
Expand Down
2 changes: 1 addition & 1 deletion form_switch.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Form config
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Samu Reinikainen 2004-2008
* Copyright (C) Ere Maijala 2010-2022
Expand Down
2 changes: 1 addition & 1 deletion hmac.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* HMAC utilities
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2017.
*
Expand Down
2 changes: 1 addition & 1 deletion htmlfuncs.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* HTML functions
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Samu Reinikainen 2004-2008
* Copyright (C) Ere Maijala 2010-2022
Expand Down
2 changes: 1 addition & 1 deletion import.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Import base class
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2022
*
Expand Down
2 changes: 1 addition & 1 deletion import_statement.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Account statement import
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2022
*
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Main script
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Printouts
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Samu Reinikainen 2004-2008
* Copyright (C) Ere Maijala 2010-2021
Expand Down
2 changes: 1 addition & 1 deletion invoice_printer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Invoice PDF
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion invoice_printer_base.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Invoice printer abstract base class
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Samu Reinikainen 2004-2008
* Copyright (C) Ere Maijala 2010-2019.
Expand Down
2 changes: 1 addition & 1 deletion invoice_printer_blank.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Blank invoice
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion invoice_printer_email.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Email invoice
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion invoice_printer_email_trait.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Email invoice trait
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion invoice_printer_finvoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Finvoice
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion invoice_printer_finvoice_soap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Finvoice with SOAP envelope
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion invoice_printer_formless.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Formless invoice
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion invoice_printer_offer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Offer PDF
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion invoice_printer_offer_email.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Offer email
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion invoice_printer_order_confirmation.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Order confirmation PDF
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion invoice_printer_order_confirmation_email.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Order confirmation email
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion invoice_printer_xslt.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* XSLT invoice
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion invoice_report.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Invoice report
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2022
*
Expand Down
2 changes: 1 addition & 1 deletion json.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* JSON API
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Samu Reinikainen 2004-2008
* Copyright (C) Ere Maijala 2010-2022
Expand Down
2 changes: 1 addition & 1 deletion list.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* List displays
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Samu Reinikainen 2004-2008
* Copyright (C) Ere Maijala 2010-2022
Expand Down
2 changes: 1 addition & 1 deletion list_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* List configuration
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2018-2022
*
Expand Down
2 changes: 1 addition & 1 deletion list_switch.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* List config
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Samu Reinikainen 2004-2008
* Copyright (C) Ere Maijala 2010-2021
Expand Down
2 changes: 1 addition & 1 deletion login.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Login page
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2010-2021
*
Expand Down
2 changes: 1 addition & 1 deletion logout.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Logout page
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Samu Reinikainen 2004-2008
* Copyright (C) Ere Maijala 2010-2021
Expand Down
2 changes: 1 addition & 1 deletion mailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Email handler
*
* PHP version 7
* PHP version 8
*
* Copyright (C) Ere Maijala 2018-2022
*
Expand Down
Loading

0 comments on commit 43dcfbc

Please sign in to comment.