Skyscanner / SkyFloatingLabelTextField

A beautiful and flexible text field control implementation of "Float Label Pattern". Written in Swift.
Apache License 2.0
4.09k stars 540 forks source link

Correct param name in code doc comment to remove warning #278

Closed ky1ejs closed 5 years ago

ky1ejs commented 5 years ago

This PR fixes a warning generated due to some code comment documentation being out of sync with the method signature it's documenting:

{
    "file_name": "SkyFloatingLabelTextField-Swift.h",
    "file_path": "/Users/distiller/Library/Developer/Xcode/DerivedData/FCUKInvestors-ayldimmlknuroufijwwjlazdffcz/Build/Products/Debug-iphonesimulator/SkyFloatingLabelTextField/SkyFloatingLabelTextField.framework/Headers/SkyFloatingLabelTextField-Swift.h:252:12",
    "reason": "parameter 'coder' not found in the function declaration [-Wdocumentation]",
    "line": "/// \\param coder the object to deserialize the control from ",
    "cursor": "           ^~~~~"
}