Skip to content
Snippets Groups Projects
Commit 52c1c03f authored by andileco's avatar andileco
Browse files

Applying patch 2869300-2 to remove @file from some files

parent 005944e4
No related branches found
No related tags found
No related merge requests found
<?php
/**
* @file
*
*/
namespace Drupal\charts\Charts;
interface ChartsRenderInterface {
public function charts_render_charts($options, $categories = [], $seriesData = [], $attachmentDisplayOptions = [], &$variables, $chartId);
}
\ No newline at end of file
}
<?php
/**
* @file
* Contains the Chart display type (similar to Page, Block, Attachment, etc.)
*/
namespace Drupal\charts\Plugin\views\display;
......@@ -164,4 +160,3 @@ class ChartsPluginDisplayChart extends Attachment {
}
}
<?php
/**
* @file
*
* A class with a series of utility functions for manipulation of views & attachment data.
*
*/
namespace Drupal\charts\Util;
......
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