Remove command to add missing nullability modifiers

This commit is contained in:
kozbial
2021-07-20 19:01:01 -07:00
committed by Monica Kozbial
parent e6817778db
commit 8d6f2626cd

View File

@@ -219,9 +219,6 @@ step3() {
err "Missing requires for: ${missing_requires} Please manually fix."
fi
inf "Add missing nullability modifiers..."
perl -pi -e 's/@(param|return) \{([A-Z])/@\1 \{?\2/g' "${filepath}"
success "Completed automation for step 3. Please manually review and reorder requires."
}
#######################################