Completed
Push — develop ( 6b6db5...3783b6 )
by Stuart
02:43
created
utils/typeinspector_run_dataset.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.
src/TypeInspectors/GetDuckTypes.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.