Page MenuHomeDevCentral

D585.diff
No OneTemporary

D585.diff

diff --git a/app/Features.php b/app/Features.php
--- a/app/Features.php
+++ b/app/Features.php
@@ -25,7 +25,7 @@
}
/**
- * Determines if the specified feature is enabled
+ * Determines if the specified feature is enabled.
*
* @param string $feature The feature to check in the config
* @return bool
@@ -36,7 +36,7 @@
}
/**
- * Enables a feature in our current configuration instance
+ * Enables a feature in our current configuration instance.
*
* @param string $feature The feature
*/
@@ -46,7 +46,7 @@
}
/**
- * Disables a feature in our current configuration instance
+ * Disables a feature in our current configuration instance.
*
* @param string $feature The feature
*/
@@ -60,7 +60,7 @@
///
/**
- * Gets all the features, with the toggle status
+ * Gets all the features, with the toggle status.
*
* @return array An array with features as keys, bool as values (true if enabled)
*/
@@ -69,7 +69,7 @@
}
/**
- * Lists all the features
+ * Lists all the features.
*
* @return string[] a list of all features
*/

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 21, 18:21 (15 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2309734
Default Alt Text
D585.diff (1 KB)

Event Timeline