File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
lib/internal/Magento/Framework/Profiler/Driver Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
6
6
* See COPYING.txt for license details.
7
7
*/
8
-
9
- // @codingStandardsIgnoreFile
10
-
11
8
namespace Magento \Framework \Profiler \Driver ;
12
9
13
10
use Magento \Framework \Profiler \DriverInterface ;
@@ -65,7 +62,10 @@ public function create(array $config = null)
65
62
$ driver = new $ class ($ config );
66
63
if (!$ driver instanceof DriverInterface) {
67
64
throw new \InvalidArgumentException (
68
- sprintf ("Driver class \"%s \" must implement \Magento\Framework\Profiler\DriverInterface. " , get_class ($ driver ))
65
+ sprintf (
66
+ "Driver class \"%s \" must implement \Magento\Framework\Profiler\DriverInterface. " ,
67
+ get_class ($ driver )
68
+ )
69
69
);
70
70
}
71
71
return $ driver ;
You can’t perform that action at this time.
0 commit comments