You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/jblond/Diff/SequenceMatcher.php
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -74,17 +74,17 @@ class SequenceMatcher
74
74
private$options = array();
75
75
76
76
/**
77
-
* @var
77
+
* @var null|array
78
78
*/
79
79
private$opCodes;
80
80
81
81
/**
82
-
* @var
82
+
* @var null|array
83
83
*/
84
84
private$matchingBlocks;
85
85
86
86
/**
87
-
* @var
87
+
* @var null|array
88
88
*/
89
89
private$fullBCount;
90
90
@@ -105,7 +105,7 @@ class SequenceMatcher
105
105
* @param string|array $a A string or array containing the lines to compare against.
106
106
* @param string|array $b A string or array containing the lines to compare.
107
107
* @param array $options
108
-
* @param string|array $junkCallback Either an array or string that references a callback function (if there is one) to determine 'junk' characters.
108
+
* @param string|array|null $junkCallback Either an array or string that references a callback function (if there is one) to determine 'junk' characters.
0 commit comments