Skip to content

Conversation

@emmadesilva
Copy link
Member

@codecov
Copy link

codecov bot commented Sep 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (d6c98ad) to head (e95bd4a).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##              master     #2301   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity      2001      2001           
===========================================
  Files            197       197           
  Lines           5179      5180    +1     
===========================================
+ Hits            5179      5180    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@emmadesilva emmadesilva requested a review from Copilot September 27, 2025 19:48
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a shorter namespaced function alias \Hyde\title() for the existing \Hyde\make_title() helper function to provide a more concise API.

  • Adds a new \Hyde\title() function that wraps the existing Hyde::makeTitle() method
  • Includes corresponding test coverage for the new function alias

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
packages/framework/src/helpers.php Adds the new \Hyde\title() function implementation
packages/framework/tests/Feature/HelpersTest.php Adds test coverage and function annotation for the new helper

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@emmadesilva emmadesilva merged commit 713a7ab into master Sep 27, 2025
21 checks passed
@emmadesilva emmadesilva deleted the feat/namespaced-function-for-the-title-helper branch September 27, 2025 20:38
@emmadesilva emmadesilva changed the title Add namespaced function for the title helper [2.x] Add namespaced function for the title helper Sep 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add namespaced function for the title helper

2 participants