Skip to content
Snippets Groups Projects
Commit f49de683 authored by Eryk Mika's avatar Eryk Mika
Browse files

refactor: phpcs

parent b2e743f2
No related branches found
No related tags found
1 merge request!32feature: toggle field
......@@ -43,9 +43,7 @@ class FieldPersistenceStrategy {
} else {
$data[ $field_key ] = $this->persistence->get( $field_key );
}
} catch ( NotFoundExceptionInterface $not_found ) {
// TODO: Logger
// LoggerFactory::get_logger()->info( "FieldPersistenceStrategy:: Field {$field_key} not found" );
} catch ( NotFoundExceptionInterface $not_found ) { //phpcs:ignore Generic.CodeAnalysis.EmptyStatement.DetectedCatch
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment