Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve fixme-s and todo-s #440

Open
szepeviktor opened this issue Jun 24, 2023 · 0 comments
Open

Resolve fixme-s and todo-s #440

szepeviktor opened this issue Jun 24, 2023 · 0 comments
Labels

Comments

@szepeviktor
Copy link
Contributor

Problem

Issues are stored in the code, not here on GitHub.

Solution

Work more! 馃檭

Additional context

git grep --extended-regexp --ignore-case '\b(TODO|FIXME)\b'
compat/src-deprecated/functions.php: * @todo This function needs to be fixed because we are no longer storing
src/Abstracts/MergeTag.php:     //      @todo throws warning - cannot bind instance to static closure
src/Admin/PostType.php:         // @todo #h1kf7 `enabled` key is overwritten below.
src/Admin/PostType.php:      * @todo
src/Admin/Wizard.php:        * @todo
src/Store/Recipient.php: * @todo Refactor the class so it uses Storage trait.
src/Utils/EDDUpdater.php:               /* Translators: @todo */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant