Commit 569f466d authored by Lou van der Laarse's avatar Lou van der Laarse
Browse files

Changes description of breakpoint parameter in phpdoc

parent ccb9b9da
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -32,8 +32,7 @@ function breakgen_pre_clear_image_styles() {
 * @param mixed $key
 *   Breakgen configuration key.
 * @param \Drupal\breakpoint\BreakpointInterface $breakpoint
 *   Array of breakpoint plugins keyed by machine name.
 *   TODO: This description might be incorrect.
 *   Breakpoint Interface of plugin.
 * @param array $breakgen
 *   Breakgen configuration from breakgen theme file.
 */
+2 −4
Original line number Diff line number Diff line
@@ -107,8 +107,7 @@ class ImageStyleGenerator {
   * @param string $key
   *   Breakgen configuration key.
   * @param \Drupal\breakpoint\BreakpointInterface $breakpoint
   *   Array of breakpoint plugins keyed by machine name.
   *   TODO: This description might be incorrect.
   *   Breakpoint Interface of plugin.
   */
  private function generateImagesStyles($key, BreakpointInterface $breakpoint) {
    // If this breakpoint has breakgen mapping.
@@ -151,8 +150,7 @@ class ImageStyleGenerator {
   * @param string $groupName
   *   Breakgen group name.
   * @param \Drupal\breakpoint\BreakpointInterface $breakpoint
   *   Array of breakpoint plugins keyed by machine name.
   *   TODO: This description might be incorrect.
   *   Breakpoint Interface of plugin.
   * @param array $styleEffects
   *   Array of style effects.
   */