Skip to content

Commit

Permalink
minor #20672 Add missing spaces in scheduler (Fan2Shrek)
Browse files Browse the repository at this point in the history
This PR was merged into the 7.3 branch.

Discussion
----------

Add missing spaces in scheduler

This makes this paragraph more readable. :)

Commits
-------

60726ca Add missing spaces in scheduler
  • Loading branch information
javiereguiluz committed Feb 20, 2025
2 parents 67fd89c + 60726ca commit f16e17b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scheduler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,10 @@ by adding one of these attributes to a service or a command:
:class:`Symfony\\Component\\Scheduler\\Attribute\\AsCronTask`.

For both of these attributes, you have the ability to define the schedule to
use via the ``schedule``option. By default, the ``default`` named schedule will
use via the ``schedule`` option. By default, the ``default`` named schedule will
be used. Also, by default, the ``__invoke`` method of your service will be called
but, it's also possible to specify the method to call via the ``method``option
and you can define arguments via ``arguments``option if necessary.
but, it's also possible to specify the method to call via the ``method`` option
and you can define arguments via ``arguments`` option if necessary.

.. _scheduler-attributes-cron-task:

Expand Down

0 comments on commit f16e17b

Please sign in to comment.