Completed
Push — master ( bffc63...92e58c )
by Olivier
01:24
created
lib/Hooks.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
 	 * Patches the `get_model()` helper to use the model collection bound to the application.
81 81
 	 *
82 82
 	 * @param Core\BootEvent $event
83
-	 * @param Core|CoreBindings $app
83
+	 * @param Core $app
84 84
 	 */
85 85
 	static public function on_core_boot(Core\BootEvent $event, Core $app)
86 86
 	{
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
 	 * Returns a @{link ModelCollection} instance configured with
120 120
 	 * the `activerecord_models` config.
121 121
 	 *
122
-	 * @param Core|CoreBindings $app
122
+	 * @param Core $app
123 123
 	 *
124 124
 	 * @return ModelCollection
125 125
 	 */
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
 	/**
139 139
 	 * Getter for the "primary" database connection.
140 140
 	 *
141
-	 * @param Core|CoreBindings $app
141
+	 * @param Core $app
142 142
 	 *
143 143
 	 * @return Connection
144 144
 	 */
Please login to merge, or discard this patch.