Revert "composer reinstall"

This reverts commit d16736132c972e2b5c5029dc4bcea497f2ab2174.
This commit is contained in:
2020-01-28 00:44:38 +09:00
parent da32f0067a
commit adcfcaa1ef
424 changed files with 16288 additions and 14020 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ class util
* concisely access an index which may or may not exist without
* raising a warning.
*
* @param array $var Array value to access
* @param mixed $var Array value to access
* @param mixed $default Default value to return if the key is not
* present in the array
* @return mixed