Development

#7060 ([Patch] add type hinting for $request parameter in the book)

You must first sign up to be able to contribute.

Ticket #7060 (closed documentation: fixed)

Opened 4 years ago

Last modified 3 years ago

[Patch] add type hinting for $request parameter in the book

Reported by: masaki Assigned to: ringhio
Priority: minor Milestone:
Component: other Version: 1.2.8
Keywords: Cc: Russ
Qualification: Unreviewed

Description

Type hinting should be added to the examples of actions in order to to keep in line with Jobeet.

Attachments

04-The-Basics-of-Page-Creation.patch (1.1 kB) - added by masaki on 08/25/09 08:30:41.
06-Inside-the-Controller-Layer.patch (3.0 kB) - added by masaki on 08/25/09 08:31:17.
08-Inside-the-Model-Layer.patch (0.8 kB) - added by masaki on 08/25/09 08:31:41.
09-Links-and-the-Routing-System.patch (0.7 kB) - added by masaki on 08/25/09 08:32:02.
10-Forms.patch (0.8 kB) - added by masaki on 08/25/09 08:32:20.
12-Caching.patch (0.5 kB) - added by masaki on 08/25/09 08:32:41.
14-Generators.patch (0.6 kB) - added by masaki on 08/25/09 08:33:01.
15-Unit-and-Functional-Testing.patch (500 bytes) - added by masaki on 08/25/09 08:33:20.
7060-all.patch (8.1 kB) - added by masaki on 08/25/09 09:09:34.

Change History

08/25/09 08:30:41 changed by masaki

  • attachment 04-The-Basics-of-Page-Creation.patch added.

08/25/09 08:31:17 changed by masaki

  • attachment 06-Inside-the-Controller-Layer.patch added.

08/25/09 08:31:41 changed by masaki

  • attachment 08-Inside-the-Model-Layer.patch added.

08/25/09 08:32:02 changed by masaki

  • attachment 09-Links-and-the-Routing-System.patch added.

08/25/09 08:32:20 changed by masaki

  • attachment 10-Forms.patch added.

08/25/09 08:32:41 changed by masaki

  • attachment 12-Caching.patch added.

08/25/09 08:33:01 changed by masaki

  • attachment 14-Generators.patch added.

08/25/09 08:33:20 changed by masaki

  • attachment 15-Unit-and-Functional-Testing.patch added.

08/25/09 09:09:34 changed by masaki

  • attachment 7060-all.patch added.

08/26/09 15:42:55 changed by masaki

Though I writed out all of the related chapters for perfectibility, the chapter I really need to modify for beginners is only 4.

The symfony book is a bit outdated the line to decide to modify the book may be needed for the supporters.

Thanks.

11/05/09 16:45:57 changed by alecs

  • summary changed from add type hinting for $request parameter in the book to [Patch] add type hinting for $request parameter in the book.

12/22/09 23:08:13 changed by hugo.hamon

  • status changed from new to closed.
  • resolution set to fixed.

(In [25801]) [doc] [1.2] added missing type hinting. Closes #7060