3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Drupal coding standards cleanup.

This commit is contained in:
Michael Stenta 2015-04-13 16:47:46 -04:00
parent ed8bbf0a8c
commit 363e1dc41e
9 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
<?php
/**
* @file
* farm_livestock.features.field.inc
* Field features for farm_livestock.
*/
/**

View file

@ -1,7 +1,7 @@
<?php
/**
* @file
* farm_livestock.features.inc
* Features include file for farm_livestock.
*/
/**

View file

@ -1,7 +1,7 @@
<?php
/**
* @file
* farm_livestock.features.taxonomy.inc
* Taxonomy features for farm_livestock.
*/
/**

View file

@ -45,7 +45,7 @@ function farm_livestock_farm_asset_view_views($farm_asset) {
// If the entity is not an animal, bail.
if ($farm_asset->type != 'animal') {
return;
return array();
}
// Return a list of Views to include on Animals.
@ -108,4 +108,4 @@ function farm_livestock_farm_area_links($id) {
),
),
);
}
}

View file

@ -1,7 +1,7 @@
<?php
/**
* @file
* farm_livestock.strongarm.inc
* Strongarm variables for farm_livestock.
*/
/**

View file

@ -1,7 +1,7 @@
<?php
/**
* @file
* farm_livestock.views_default.inc
* Default views for farm_livestock.
*/
/**

View file

@ -1,7 +1,7 @@
<?php
/**
* @file
* farm_livestock_eggs.features.field.inc
* Field features for farm_livestock_eggs().
*/
/**

View file

@ -1,7 +1,7 @@
<?php
/**
* @file
* farm_livestock_eggs.features.inc
* Features include file for farm_livestock_eggs.
*/
/**

View file

@ -1,7 +1,7 @@
<?php
/**
* @file
* farm_livestock_eggs.views_default.inc
* Default views for farm_livestock_eggs.
*/
/**