@@ -262,7 +262,7 @@ class Helper
262262 /**
263263 * Get the name of the last sheet in an Excel file.
264264 *
265- * @param string $file The path to the Excel file.
265+ * @param string $file The path to the Excel file.
266266 * @return string The name of the last sheet.
267267 */
268268 public static function getLastSheetName ($ file )
@@ -280,7 +280,7 @@ public static function getLastSheetName($file)
280280 /**
281281 * Format a phone number to a WhatsApp URL.
282282 *
283- * @param string $telepon The phone number to format.
283+ * @param string $telepon The phone number to format.
284284 * @return string The formatted WhatsApp URL.
285285 */
286286 public static function formatTelepon ($ telepon )
@@ -295,7 +295,7 @@ public static function formatTelepon($telepon)
295295 /**
296296 * Check if the current date is within a specific quarter.
297297 *
298- * @param int $tw The quarter to check (1, 2, 3, or 4).
298+ * @param int $tw The quarter to check (1, 2, 3, or 4).
299299 * @return bool True if the current date is within the specified quarter, false otherwise.
300300 */
301301 public static function is_triwulan ($ tw )
@@ -318,7 +318,7 @@ public static function is_triwulan($tw)
318318 /**
319319 * Check if the current date is within a specific cumulative quarter.
320320 *
321- * @param int $tw The cumulative quarter to check (1, 2, 3, or 4).
321+ * @param int $tw The cumulative quarter to check (1, 2, 3, or 4).
322322 * @return bool True if the current date is within the specified cumulative quarter, false otherwise.
323323 */
324324 public static function is_triwulan_kumulatif ($ tw )
@@ -341,7 +341,7 @@ public static function is_triwulan_kumulatif($tw)
341341 /**
342342 * Get the current quarter based on the given month.
343343 *
344- * @param int $month The month to determine the quarter.
344+ * @param int $month The month to determine the quarter.
345345 * @return int The current quarter (1, 2, 3, or 4).
346346 */
347347 public static function getTriwulanBerjalan ($ month )
0 commit comments