@@ -42,8 +42,7 @@ |
||
42 | 42 | |
43 | 43 | $successList = $failureList = []; |
44 | 44 | |
45 | - foreach ($dataSet as $dataItem) |
|
46 | - { |
|
45 | + foreach ($dataSet as $dataItem) { |
|
47 | 46 | $failed = false; |
48 | 47 | list($retval, $output) = typeinspector_run_dataitem($inspectorName, $dataItem); |
49 | 48 | foreach ($failureTypes as $failureType) { |
@@ -59,7 +59,7 @@ |
||
59 | 59 | * |
60 | 60 | * @param mixed $item |
61 | 61 | * the item to examine |
62 | - * @return array |
|
62 | + * @return string[] |
|
63 | 63 | * the list of type(s) that this item can be |
64 | 64 | */ |
65 | 65 | public function __invoke($item) |