@@ -54,16 +54,16 @@ public static function make($class_name, int $count = 1, array $attributes = [],
5454 'display_name ' => SWbemServices::WMI_MONIKER
5555 . '{authenticationLevel=pktPrivacy,impersonationLevel=impersonate}! '
5656 . "\\\server \\namespace: {$ class_name ::newInstance ()->getWmiClassNameAttribute ()}"
57- . " .DeviceID= \ "something: \"" ,
57+ . ' .DeviceID="something:" ' ,
5858 'is_class ' => false ,
5959 'is_singleton ' => false ,
6060 'keys ' => [],
6161 'namespace ' => Connection::DEFAULT_NAMESPACE ,
62- 'parent_namespace ' => " Root " ,
63- 'path ' => " \\\server \\namespace: "
62+ 'parent_namespace ' => ' Root ' ,
63+ 'path ' => ' \\\server \\namespace: '
6464 . "{$ class_name ::newInstance ()->getWmiClassNameAttribute ()}.DeviceID= \"something: \"" ,
65- 'relative_path ' => " some other stuff " ,
66- 'server ' => 'server ' ,
65+ 'relative_path ' => ' some other stuff ' ,
66+ 'server ' => 'server ' ,
6767 ]),
6868 ]));
6969
@@ -95,9 +95,9 @@ protected function fillAttributes(ModelProperties $details)
9595 }
9696
9797 return [
98- 'Name ' => $ property ['name ' ],
99- 'Value ' => $ value ,
100- 'Origin ' => $ property ['origin ' ],
98+ 'Name ' => $ property ['name ' ],
99+ 'Value ' => $ value ,
100+ 'Origin ' => $ property ['origin ' ],
101101 ];
102102 });
103103 }
0 commit comments