We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e5ece commit b7c6166Copy full SHA for b7c6166
lib/PHPExif/Reader/Reader.php
@@ -91,7 +91,7 @@ public static function factory($type)
91
);
92
break;
93
}
94
- return $classname($adapter);
+ return new $classname($adapter);
95
96
97
/**
0 commit comments