Skip to content

Commit 01f2bc8

Browse files
committed
Testing docblock
1 parent 68e6c30 commit 01f2bc8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/WmiScripting/Cim/CimBiosElement.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
namespace PhpWinTools\WmiScripting\Cim;
44

55
/**
6-
* Class CimBiosElement
7-
* @package App\Transformers\Com\Wmi\Win32\Cim
8-
* https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/cim-bioselement
6+
* @link https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/cim-bioselement
97
*/
108
class CimBiosElement extends CimSoftwareElement
119
{

src/WmiScripting/Cim/CimComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use PhpWinTools\WmiScripting\Query\ComponentBuilder;
77

88
/**
9-
* https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/cim-component
9+
* @link https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/cim-component
1010
*/
1111
class CimComponent extends Win32Model
1212
{

0 commit comments

Comments
 (0)