Skip to content
Snippets Groups Projects
catch's avatar
Issue #3461945 by mstrelan, bbrala: Fix instances of floats passed to functions expecting ints
catch authored
(cherry picked from commit 4d805e5d)
6d303114
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Code in the Drupal\Core namespace represents Drupal Subsystems provided by the
base system.  These subsystems MAY depend on Drupal Components and other
Subsystems, but MAY NOT depend on any code in a module.

Each Subsystem should be in its own namespace, and should be as self-contained
as possible.