@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php namespace FreedomCore\TrinityCore\Support\DB2Reader; |
2 | 2 | |
3 | -use FreedomCore\TrinityCore\Support\Filesystem; |
|
4 | -use FreedomCore\TrinityCore\Support\DB2Reader\Processor\WDC1; |
|
5 | -use FreedomCore\TrinityCore\Support\DB2Reader\Processor\WDB5; |
|
6 | -use FreedomCore\TrinityCore\Support\DB2Reader\Processor\WDB2; |
|
7 | 3 | use FreedomCore\TrinityCore\Support\DB2Reader\Processor\BaseFormat; |
4 | +use FreedomCore\TrinityCore\Support\DB2Reader\Processor\WDB2; |
|
5 | +use FreedomCore\TrinityCore\Support\DB2Reader\Processor\WDB5; |
|
6 | +use FreedomCore\TrinityCore\Support\DB2Reader\Processor\WDC1; |
|
7 | +use FreedomCore\TrinityCore\Support\Filesystem; |
|
8 | 8 | |
9 | 9 | /** |
10 | 10 | * Class FileManager |
@@ -912,7 +912,7 @@ discard block |
||
912 | 912 | /** |
913 | 913 | * Get Pallet Data |
914 | 914 | * @param $storage |
915 | - * @param $palletId |
|
915 | + * @param integer $palletId |
|
916 | 916 | * @param $valueId |
917 | 917 | * @return mixed |
918 | 918 | * @throws \Exception |
@@ -935,7 +935,7 @@ discard block |
||
935 | 935 | /** |
936 | 936 | * Get Common Data |
937 | 937 | * @param $storage |
938 | - * @param $id |
|
938 | + * @param boolean $id |
|
939 | 939 | * @return bool|string |
940 | 940 | */ |
941 | 941 | private function getCommonData($storage, $id) |
@@ -1231,8 +1231,8 @@ discard block |
||
1231 | 1231 | |
1232 | 1232 | /** |
1233 | 1233 | * Extract Value From Bit String |
1234 | - * @param $bitString |
|
1235 | - * @param $bitOffset |
|
1234 | + * @param string $bitString |
|
1235 | + * @param integer $bitOffset |
|
1236 | 1236 | * @param $bitLength |
1237 | 1237 | * @return int |
1238 | 1238 | */ |