Skip to content

Commit dac5cc6

Browse files
committed
update dates
1 parent 6f9e107 commit dac5cc6

13 files changed

Lines changed: 26 additions & 26 deletions

src/Import/ImportCorruptedSourceException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* ImportCorruptedSourceException.php
55
*
6-
* @since 2002-08-03
6+
* @since 2026-05-03
77
* @category Library
88
* @package Pdf
99
* @author Nicola Asuni <info@tecnick.com>
@@ -21,7 +21,7 @@
2121
*
2222
* Thrown when a source PDF appears malformed or cannot be parsed.
2323
*
24-
* @since 2002-08-03
24+
* @since 2026-05-03
2525
* @category Library
2626
* @package Pdf
2727
* @author Nicola Asuni <info@tecnick.com>

src/Import/ImportException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* ImportException.php
55
*
6-
* @since 2002-08-03
6+
* @since 2026-05-03
77
* @category Library
88
* @package Pdf
99
* @author Nicola Asuni <info@tecnick.com>
@@ -21,7 +21,7 @@
2121
*
2222
* Base exception for PDF import errors.
2323
*
24-
* @since 2002-08-03
24+
* @since 2026-05-03
2525
* @category Library
2626
* @package Pdf
2727
* @author Nicola Asuni <info@tecnick.com>

src/Import/ImportPageOutOfRangeException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* ImportPageOutOfRangeException.php
55
*
6-
* @since 2002-08-03
6+
* @since 2026-05-03
77
* @category Library
88
* @package Pdf
99
* @author Nicola Asuni <info@tecnick.com>
@@ -21,7 +21,7 @@
2121
*
2222
* Thrown when the requested page number does not exist in the source document.
2323
*
24-
* @since 2002-08-03
24+
* @since 2026-05-03
2525
* @category Library
2626
* @package Pdf
2727
* @author Nicola Asuni <info@tecnick.com>

src/Import/ImportSourceNotFoundException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* ImportSourceNotFoundException.php
55
*
6-
* @since 2002-08-03
6+
* @since 2026-05-03
77
* @category Library
88
* @package Pdf
99
* @author Nicola Asuni <info@tecnick.com>
@@ -21,7 +21,7 @@
2121
*
2222
* Thrown when an import source cannot be found or loaded.
2323
*
24-
* @since 2002-08-03
24+
* @since 2026-05-03
2525
* @category Library
2626
* @package Pdf
2727
* @author Nicola Asuni <info@tecnick.com>

src/Import/ImportUnsupportedFeatureException.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* ImportUnsupportedFeatureException.php
55
*
6-
* @since 2002-08-03
6+
* @since 2026-05-03
77
* @category Library
88
* @package Pdf
99
* @author Nicola Asuni <info@tecnick.com>
@@ -21,7 +21,7 @@
2121
*
2222
* Thrown when an import requires an unsupported feature (e.g. encryption mode).
2323
*
24-
* @since 2002-08-03
24+
* @since 2026-05-03
2525
* @category Library
2626
* @package Pdf
2727
* @author Nicola Asuni <info@tecnick.com>

src/Import/Importer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Importer.php
55
*
6-
* @since 2002-08-03
6+
* @since 2026-05-03
77
* @category Library
88
* @package Pdf
99
* @author Nicola Asuni <info@tecnick.com>
@@ -22,7 +22,7 @@
2222
* Orchestrates PDF import: loads source documents, resolves pages, clones resources,
2323
* builds Form XObjects, and registers them for deferred output via getOutImportedObjects().
2424
*
25-
* @since 2002-08-03
25+
* @since 2026-05-03
2626
* @category Library
2727
* @package Pdf
2828
* @author Nicola Asuni <info@tecnick.com>

src/Import/ImporterInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* ImporterInterface.php
55
*
6-
* @since 2002-08-03
6+
* @since 2026-05-03
77
* @category Library
88
* @package Pdf
99
* @author Nicola Asuni <info@tecnick.com>
@@ -24,7 +24,7 @@
2424
* import implementation, so the Import\ classes can be extracted into a separate
2525
* tc-lib-pdf-import package without breaking the public API.
2626
*
27-
* @since 2002-08-03
27+
* @since 2026-05-03
2828
* @category Library
2929
* @package Pdf
3030
* @author Nicola Asuni <info@tecnick.com>

src/Import/ObjectMap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* ObjectMap.php
55
*
6-
* @since 2002-08-03
6+
* @since 2026-05-03
77
* @category Library
88
* @package Pdf
99
* @author Nicola Asuni <info@tecnick.com>
@@ -22,7 +22,7 @@
2222
* Tracks the mapping from source object references to destination PDF object numbers
2323
* and maintains a queue of objects that still need to be serialized into the output PDF.
2424
*
25-
* @since 2002-08-03
25+
* @since 2026-05-03
2626
* @category Library
2727
* @package Pdf
2828
* @author Nicola Asuni <info@tecnick.com>

src/Import/PageResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* PageResolver.php
55
*
6-
* @since 2002-08-03
6+
* @since 2026-05-03
77
* @category Library
88
* @package Pdf
99
* @author Nicola Asuni <info@tecnick.com>
@@ -23,7 +23,7 @@
2323
* with all inherited attributes (MediaBox, CropBox, Rotate, Resources …)
2424
* resolved for a 1-based page number.
2525
*
26-
* @since 2002-08-03
26+
* @since 2026-05-03
2727
* @category Library
2828
* @package Pdf
2929
* @author Nicola Asuni <info@tecnick.com>

src/Import/PageTemplate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* PageTemplate.php
55
*
6-
* @since 2002-08-03
6+
* @since 2026-05-03
77
* @category Library
88
* @package Pdf
99
* @author Nicola Asuni <info@tecnick.com>
@@ -21,7 +21,7 @@
2121
*
2222
* Immutable value object representing a page that has been imported as a Form XObject.
2323
*
24-
* @since 2002-08-03
24+
* @since 2026-05-03
2525
* @category Library
2626
* @package Pdf
2727
* @author Nicola Asuni <info@tecnick.com>

0 commit comments

Comments
 (0)