1212namespace PHPExif \Adapter ;
1313
1414use PHPExif \Exif ;
15- use DateTime ;
1615
1716/**
1817 * PHP Exif Native Reader Adapter
@@ -96,7 +95,7 @@ public function getRequiredSections()
9695 * Setter for the EXIF sections
9796 *
9897 * @param array $sections List of EXIF sections
99- * @return \PHPExif\Reader Current instance for chaining
98+ * @return \PHPExif\Adapter\Native Current instance for chaining
10099 */
101100 public function setRequiredSections (array $ sections )
102101 {
@@ -109,7 +108,7 @@ public function setRequiredSections(array $sections)
109108 * Adds an EXIF section to the list
110109 *
111110 * @param string $section
112- * @return \PHPExif\Reader Current instance for chaining
111+ * @return \PHPExif\Adapter\Native Current instance for chaining
113112 */
114113 public function addRequiredSection ($ section )
115114 {
@@ -124,7 +123,7 @@ public function addRequiredSection($section)
124123 * Define if the thumbnail should be included into the EXIF data or not
125124 *
126125 * @param boolean $value
127- * @return \PHPExif\Reader Current instance for chaining
126+ * @return \PHPExif\Adapter\Native Current instance for chaining
128127 */
129128 public function setIncludeThumbnail ($ value )
130129 {
@@ -147,7 +146,7 @@ public function getIncludeThumbnail()
147146 * Define if the sections should be parsed as arrays
148147 *
149148 * @param boolean $value
150- * @return \PHPExif\Reader Current instance for chaining
149+ * @return \PHPExif\Adapter\Native Current instance for chaining
151150 */
152151 public function setSectionsAsArrays ($ value )
153152 {
0 commit comments